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

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

Property Value

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

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

Default value is True

Explanation

The DialogLinearGradientModeEnabled property sets whether or not to enable the "gradation direction" setting for the custom brush's hatch pattern in the property dialog.

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