Click or drag to resize

SimplePropertyValueT Constructor

Overload List
  NameDescription
Public methodSimplePropertyValueT(Visual, String)
Construct an SimplePropertyValue 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 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.
Public methodSimplePropertyValueT(Visual, String, T)
Construct an SimplePropertyValue 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 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.
Top
See Also