Click or drag to resize

AdvancedPropertyValueT Constructor

Overload List
  NameDescription
Public methodAdvancedPropertyValueT(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.
Public methodAdvancedPropertyValueT(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.
Top
See Also