Class OfficeFillType
Specifies a shape's fill type.
Inheritance
System.Object
OfficeFillType
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.NET.dll
Syntax
public sealed class OfficeFillType : Enum
Fields
Gradient
Indicates gradient type.
Declaration
public const OfficeFillType Gradient
Field Value
Type |
---|
OfficeFillType |
Pattern
Indicates pattern type.
Declaration
public const OfficeFillType Pattern
Field Value
Type |
---|
OfficeFillType |
Picture
Indicates picture type.
Declaration
public const OfficeFillType Picture
Field Value
Type |
---|
OfficeFillType |
SolidColor
Indicates Solid color.
Declaration
public const OfficeFillType SolidColor
Field Value
Type |
---|
OfficeFillType |
Texture
Indicates texture type.
Declaration
public const OfficeFillType Texture
Field Value
Type |
---|
OfficeFillType |
UnknownGradient
Indicates unsupport gradient that can be created using Excel 2007, but not supported correctly by Excel 2003 structures.
Declaration
public const OfficeFillType UnknownGradient
Field Value
Type |
---|
OfficeFillType |