Shape.Fill

Shape.Fill property

Returns a FillFormat object that contains fill formatting properties for the specified shape.

public FillFormat Fill { get; }

Examples


[C#]
Aspose.Cells.Drawing.FillFormat fillFmt = shape.Fill;

See Also