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