Class BrushModes
Specifies the type of the Brush Property.
Inheritance
System.Object
BrushModes
Namespace: Syncfusion.Windows.Tools
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public sealed class BrushModes : Enum
Fields
Gradient
Indicates the brush is Gradient.
Declaration
public const BrushModes Gradient
Field Value
Type |
---|
BrushModes |
Solid
Indicates the brush is SolidColorBrush
Declaration
public const BrushModes Solid
Field Value
Type |
---|
BrushModes |