TemporaryPropertyValueT Constructor |
| Name | Description | |
|---|---|---|
| TemporaryPropertyValueT(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).
| |
| TemporaryPropertyValueT(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).
|