Click or drag to resize

TemporaryPropertyValueT Constructor

Overload List
  NameDescription
Public methodTemporaryPropertyValueT(Visual, String)
Construct a TemporaryPropertyValue 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. This temporary custom property will not persist (not be saved to disk).
Public methodTemporaryPropertyValueT(Visual, String, T)
Construct a TemporaryPropertyValue 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. This temporary custom property will not persist (not be saved to disk).
Top
See Also