Click or drag to resize

TemporaryVisualPropertyValueT Constructor

Overload List
  NameDescription
Public methodTemporaryVisualPropertyValueT(Visual, String)
Construct a TemporaryVisualPropertyValue 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 methodTemporaryVisualPropertyValueT(Visual, String, VisualReference)
Construct a TemporaryVisualPropertyValue 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