Fill

Shape.Fill property

Gibt a zurückFillFormat Objekt, das Füllformatierungseigenschaften für die angegebene Form enthält.

public FillFormat Fill { get; }

Beispiele


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

Siehe auch