This property sets whether or not the combobox used to set the custom brush's BrushKind setting is displayed in the property dialog.

[Visual Basic] Public Property DialogBrushKindVisible As Boolean
[C#] public bool DialogBrushKindVisible {get; set;}

Property Value

True: The combobox used to se the custom brush's BrushKind is displayed.

False: The combobox used to se the custom brush's BrushKind is not displayed.

Default value is True

Explanation

The DialogBrushKindVisible property sets whether or not the combobox used to set the custom brush's BrushKind setting is displayed in the property dialog

Note: Even if this property is set to true, if both the CustomBrushEnabled property and the DialogCustomBrushVisible properties are not both true, then this item is not displayed in the property dialog.

For details about the custom brush, please see the CustomBrushEnabled property.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation