Class FillType
Specifies the fill type of an object.
Inheritance
System.Object
FillType
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.NET.dll
Syntax
public sealed class FillType : Enum
Fields
Automatic
Specifies the FillType is automatic.
Declaration
public const FillType Automatic
Field Value
Type |
---|
FillType |
Gradient
Specifies the FillType is gradient.
Declaration
public const FillType Gradient
Field Value
Type |
---|
FillType |
None
Specifies the FillType is none.
Declaration
public const FillType None
Field Value
Type |
---|
FillType |
Pattern
Specifies the FillType is pattern.
Declaration
public const FillType Pattern
Field Value
Type |
---|
FillType |
Picture
Specifies the FillType is Picture.
Declaration
public const FillType Picture
Field Value
Type |
---|
FillType |
Solid
Specifies the FillType is solid.
Declaration
public const FillType Solid
Field Value
Type |
---|
FillType |
Texture
Specifies the FillType is Texture.
Declaration
public const FillType Texture
Field Value
Type |
---|
FillType |