Gets the FillFormat object that contains fill formatting properties for a shape.
Read-only
Fill
.
Note: can return null for certain types of shapes which don't have fill properties.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
ReadOnly Property Fill As FillFormat
Get
property FillFormat^ Fill {
FillFormat^ get ();
}
abstract Fill : FillFormat with get
Property Value
Type:
FillFormat
See Also