Interface IOfficeShapeFill
Represents the fill format options of the object.
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.Portable.dll
Syntax
public interface IOfficeShapeFill
Remarks
A fill format can include types like solid, gradient, pattern, or texture.
Properties
FillType
Gets or sets the OfficeShapeFillType of the object.
Declaration
OfficeShapeFillType FillType { get; set; }
Property Value
Type |
---|
OfficeShapeFillType |
GradientFill
Gets an IOfficeShapeGradientFill instance. Read-only.
Declaration
IOfficeShapeGradientFill GradientFill { get; }
Property Value
Type | Description |
---|---|
IOfficeShapeGradientFill | The gradient fill instance. |
PatternFill
Gets an IOfficeShapePatternFill instance. Read-only.
Declaration
IOfficeShapePatternFill PatternFill { get; }
Property Value
Type | Description |
---|---|
IOfficeShapePatternFill | The pattern fill instance. |
PictureFill
Gets an IOfficeShapePictureFill instance. Read-only.
Declaration
IOfficeShapePictureFill PictureFill { get; }
Property Value
Type | Description |
---|---|
IOfficeShapePictureFill | The picture fill instance. |
SolidFill
Gets an IOfficeShapeSolidFill instance. Read-only.
Declaration
IOfficeShapeSolidFill SolidFill { get; }
Property Value
Type | Description |
---|---|
IOfficeShapeSolidFill | The solid fill instance. |