SimpleVisualPropertyValueT Properties |
The SimpleVisualPropertyValueT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Category |
Category of the custom property.
(Inherited from BaseCustomPropertyValue.) | |
| Description |
Description of the custom property.
(Inherited from BaseCustomPropertyValue.) | |
| Hidden |
Whether the custom property is hidden (from the user interface).
(Inherited from BaseCustomPropertyValue.) | |
| InitialExpression |
The expression to initialize the custom property to OnInitialize.
(Inherited from BaseCustomPropertyValue.) | |
| Name |
Name of the custom property.
(Inherited from BaseCustomPropertyValue.) | |
| Persistent |
Whether the custom property is persistent (gets written to disk) or is temporary (not written to disk).
(Inherited from BaseCustomPropertyValue.) | |
| ReadOnly |
Whether the custom property is read only.
(Inherited from BaseCustomPropertyValue.) | |
| Type |
Type of the custom property value.
(Inherited from BaseCustomPropertyValue.) | |
| UpdatedScript |
The script reference to listen to for updates to the custom property value.
(Inherited from BaseCustomPropertyValue.) | |
| Value |
Get or set the custom property value.
(Inherited from CustomPropertyValueT.) | |
| Visual |
The Visual referred to by the simple custom property value visual reference.
|