Click or drag to resize

ConverterProperty Properties

The ConverterProperty type exposes the following members.

Properties
  NameDescription
Public propertyCategory
This property returns the category of the specified property.
Public propertyCount
This property returns the number of children settings.
Public propertyDisplayName
This property returns the localized name of the property.
Public propertyEnabled
This property sets whether the specified property is enabled or not.
Public propertyFullName
This property returns the absolute dot-separated (.) path of the converter property.
Public propertyName
This property returns the name of the ConverterProperty.
Public propertyType
This property returns the type of the property. Its available values are listed under the PROPERTYTYPE Enumeration topic.
Public propertyValue
This property is used to get or set the value of the property.
Public propertyVisible
This property controls the visibility of the specified property.
Top
See Also