Class FillStyleType
Types of brushes that can be created by a FillStyle.
Inheritance
System.Object
FillStyleType
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public sealed class FillStyleType : Enum
Fields
Hatch
Hatch brush.
Declaration
public const FillStyleType Hatch
Field Value
| Type |
|---|
| FillStyleType |
LinearGradient
Linear gradient brush.
Declaration
public const FillStyleType LinearGradient
Field Value
| Type |
|---|
| FillStyleType |
PathGradient
Path gradient brush. Reserved for internal use.
Declaration
public const FillStyleType PathGradient
Field Value
| Type |
|---|
| FillStyleType |
Solid
Solid brush.
Declaration
public const FillStyleType Solid
Field Value
| Type |
|---|
| FillStyleType |
Texture
Text brush.
Declaration
public const FillStyleType Texture
Field Value
| Type |
|---|
| FillStyleType |