CustomVisualPropertyValueT Constructor |
| Name | Description | |
|---|---|---|
| CustomVisualPropertyValueT(Visual, String) |
Construct a CustomVisualPropertyValue 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 VisualReference.Visual will be returned in the Visual property and cast to the type T derived from Visual.
| |
| CustomVisualPropertyValueT(Visual, String, VisualReference) |
Construct a CustomVisualPropertyValue 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 VisualReference.Visual will be returned in the Visual property and cast to the type T derived from Visual.
|