StyleProp
Contents
[
Hide
]StyleProp class
Contains elements that control style behavior, such as whether a style includes text, line, and fill attributes.
Properties
| Name | Type | Description |
|---|---|---|
| Del | int | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| EnableLineProps | BoolValue | Specifies whether a style includes line properties |
| EnableFillProps | BoolValue | Specifies whether a style includes fill properties. |
| EnableTextProps | BoolValue | Specifies whether a style includes text properties. |
| HideForApply | BoolValue | Specifies 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