Click or drag to resize

FillFormat Class

Represents a fill formatting options.
Inheritance Hierarchy
System Object
Spire.Presentation.Drawing FillFormat

Namespace: Spire.Presentation.Drawing
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public class FillFormat : IActiveSlide, IActivePresentation

The FillFormat type exposes the following members.

Properties
Name Description
Public property FillType
Gets or sets the type of filling. Read/write FillType .
Public property Gradient
Gets the gradient fill format. Read-only Gradient .
Public property IsGroupFill
Indicate whether is Group fill.
Public property IsNoFill
Indicates whether is No Fill.
Public property Pattern
Gets the pattern fill format. Read-only Pattern .
Public property PictureFill
Gets the picture fill format. Read-only PictureFill .
Public property RotateWithShape
Indicates whether the fill would be rotated with shape. Read/write TriState .
Public property SolidColor
Gets the fill color. Read-only ColorFormat .
Top
Methods
Name Description
Public method Equals
Indicates whether two FillFormat instances are equal.
(Overrides Object Equals(Object) .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode (Overrides Object GetHashCode .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also