Version

AppStylePropertyConverter Class Members

The following tables list the members exposed by AppStylePropertyConverter.

Public Methods
 NameDescription
Public MethodConvertFromStringInvoked when the serialized property value needs to be converted back into a custom object.  
Public MethodConvertToStringInvoked when a property value should be converted to a string.  
Public MethodGetResetValueReturns a value that represents the unset value - i.e. a value that indicates the property has not been set.  
Public MethodShouldSerializeIndicates if the property should be serialized.  
Public MethodValidateUsed to determine if the specified value is valid for the property.  
See Also