AdvancedPropertyValueT Constructor |
| Name | Description | |
|---|---|---|
| AdvancedPropertyValueT(Visual, String) |
Construct an AdvancedPropertyValue 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 T.
The property will be shown in the Advanced section of the property grid in the user interface.
If a property alias exists which made a Simple property before, that property alias will be removed.
| |
| AdvancedPropertyValueT(Visual, String, T) |
Construct an AdvancedPropertyValue 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 T.
The property will be shown in the Advanced section of the property grid in the user interface.
If a property alias exists which made a Simple property before, that property alias will be removed.
|