Version

CustomPropertyManager Class Members

The following tables list the members exposed by CustomPropertyManager.

Public Properties
 NameDescription
Public PropertyItemReturns or sets the value of the specified property.  
Public PropertyPropertyCountReturns an integer indicating the current count of the custom properties available.  
Public Methods
 NameDescription
Public MethodGetColorCategoryReturns the ColorCategory for a specified property that identifies the hue/saturation grouping whose values will be used to manipulate the hue/saturation of an Image or Color property when the library is used as the template of the ISL generator.  
Public MethodGetPropertyNamesReturns an array of the names of the custom properties  
Public MethodResetResets the values of all the properties.  
Public MethodSetColorCategorySets a ColorCategory for a specified property that identifies the hue/saturation grouping whose values will be used to manipulate the hue/saturation of an Image or Color property when the library is used as the template of the ISL generator.  
Public MethodToStringOverriden. Returns an empty string.  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedUsed to invoke the PropertyChanged event.  
Public Events
 NameDescription
Public EventPropertyChangedEvent invoked when one of the property values have been changed.  
See Also