This property sets whether or not the "gradation direction" setting for the custom brush's hatch pattern is displayed in the property dialog.

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

Property Value

True: The "gradation direction" setting for the custom brush's hatch pattern is displayed in the property dialog.

False: The "gradation direction" setting for the custom brush's hatch pattern is not displayed in the property dialog.

Default value is True

Explanation

The DialogLinearGradientModeVisible property sets whether or not the "gradation direction" setting for the custom brush's hatch pattern is displayed in the property dialog.

When this property is false, the combobox used to set the custom brush hatch pattern's "gradation direction" is not displayed in 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