IStyledEntity.LoadStyleFromContainer

Syntax

LoadStyleFromContainer(Value: IStyleContainer);

Parameters

Value. The container, from which style is imported.

Description

The LoadStyleFromContainer method imports styles from the specified container.

Comments

To export style to the specified container, use the IStyledEntity.SaveStyleToContainer method.

Example

The property use is given in the example for IStyleSheet.FindByTag.

See also:

IStyledEntity