Class StyleProp

StyleProp class

Contains elements that control style behavior, such as whether a style includes text, line, and fill attributes.

public class StyleProp

Properties

NameDescription
Del { get; set; }A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
EnableFillProps { get; }Specifies whether a style includes fill properties.
EnableLineProps { get; }Specifies whether a style includes line properties
EnableTextProps { get; }Specifies whether a style includes text properties.
HideForApply { get; }Specifies where a style is shown in the Microsoft Visio user interface.

See Also