StyleProp

StyleProp class

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

Properties

NameTypeDescription
DelintA flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
EnableLinePropsBoolValueSpecifies whether a style includes line properties
EnableFillPropsBoolValueSpecifies whether a style includes fill properties.
EnableTextPropsBoolValueSpecifies whether a style includes text properties.
HideForApplyBoolValueSpecifies where a style is shown in the Microsoft Visio user interface.

StyleProp.Del property

A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.

Type: int

StyleProp.EnableLineProps property

Specifies whether a style includes line properties

Type: BoolValue

StyleProp.EnableFillProps property

Specifies whether a style includes fill properties.

Type: BoolValue

StyleProp.EnableTextProps property

Specifies whether a style includes text properties.

Type: BoolValue

StyleProp.HideForApply property

Specifies where a style is shown in the Microsoft Visio user interface.

Type: BoolValue