Simple |
| Name | Description | |
|---|---|---|
| SimpleVisualPropertyValueT(Visual, String) | Construct a SimpleVisualPropertyValue for a given visual and custom property name. This will create the custom property if it doesn't exist and ensure the type of the value is a VisualReference. The property will be shown in the Simple section of the property grid in the user interface. A property alias will be created for this property if it didn't already exist. The VisualReference.Visual will be returned in the Visual property and cast to the type T derived from Visual. | |
| SimpleVisualPropertyValueT(Visual, String, VisualReference) | Construct a SimpleVisualPropertyValue for a given visual and custom property name. This will create the custom property if it doesn't exist and ensure the type of the value is a VisualReference. The property will be shown in the Simple section of the property grid in the user interface. A property alias will be created for this property if it didn't already exist. The VisualReference.Visual will be returned in the Visual property and cast to the type T derived from Visual. |