SetPropertyName()
<< Click to Display Table of Contents >> SetPropertyName() |
Sets a default property name to a custom string to be displayed on the UI.
This method does not return a value.
propertyName |
A string representing the property to be renamed. Possible values include: •UpBrush •DownBrush •BarWidth •Stroke •Stroke2 |
displayName |
A string representing the desired property name |
protected override void OnStateChange() |
Note: If you do not wish to use specific properties accessible via SetPropertyName(), you will need to remove them from the list via Properties.Remove, as shown in the example above. |