Property information.
GetValue |
The value of the property. Use PropertyType to determine the type to cast to. |
SetValue |
The value of the property. Use PropertyType to determine the type to cast to. |
HasMax |
Used to determine if the property has a maximum value. |
HasMin |
Used to determine if the property has a minimum value. |
Max |
The maximum value of this property. Use PropertyType to determine the type to cast to. |
Min |
The minimum value of this property. Use PropertyType to determine the type to cast to. |
Name |
The name of the property. |
PropertyType |
The type of property. |