Click or drag to resize

CustomVisualPropertyValueT Constructor

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