Click or drag to resize

CustomVisualPropertyValueT Properties

The CustomVisualPropertyValueT generic type exposes the following members.

Properties
  NameDescription
Public propertyCategory
Category of the custom property.
(Inherited from BaseCustomPropertyValue.)
Public propertyDescription
Description of the custom property.
(Inherited from BaseCustomPropertyValue.)
Public propertyHidden
Whether the custom property is hidden (from the user interface).
(Inherited from BaseCustomPropertyValue.)
Public propertyInitialExpression
The expression to initialize the custom property to OnInitialize.
(Inherited from BaseCustomPropertyValue.)
Public propertyName
Name of the custom property.
(Inherited from BaseCustomPropertyValue.)
Public propertyPersistent
Whether the custom property is persistent (gets written to disk) or is temporary (not written to disk).
(Inherited from BaseCustomPropertyValue.)
Public propertyReadOnly
Whether the custom property is read only.
(Inherited from BaseCustomPropertyValue.)
Public propertyType
Type of the custom property value.
(Inherited from BaseCustomPropertyValue.)
Public propertyUpdatedScript
The script reference to listen to for updates to the custom property value.
(Inherited from BaseCustomPropertyValue.)
Public propertyValue
Get or set the custom property value.
(Inherited from CustomPropertyValueT.)
Public propertyVisual
The Visual referred to by the custom property value visual reference.
Top
See Also