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

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

Property Value

True: The filename for the image is enabled in the property dialog.

False: The filename for the image is not enabled in the property dialog.

Default value is True

Explanation

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

When this property is false, the textbox used to set the filename is not enabled within the property dialog and cannot be set.

Note: 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