This property sets whether or not the item, used to set the filename for the image used by the custom brush when its set to texture, is displayed in the property dialog

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

Property Value

True: The item used to set the filename for the image is displayed in the property dialog.

False: The item used to set the filename for the image is not displayed in the property dialog.

Default value is True

Explanation

The DialogCustomBrushImageFileNameVisible property sets whether or not the item, used to set the filename for the image used by the custom brush when its set to texture, is displayed in the property dialog .

When this property is false, the textbox used to set the filename is not displayed within the property dialog.

Note: Even if this property is true, if 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