ShapeFillFormat Property

Returns the FillFormat object that contains fill formatting properties for a shape. Note: can return null for certain types of shapes which don't have fill properties. Read-only IFillFormat.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public virtual IFillFormat FillFormat { get; }

Property Value

Type: IFillFormat

Implements

IShapeFillFormat
See Also