Fill

Shape.Fill property

Restituisce aFillFormat oggetto che contiene le proprietà di formattazione del riempimento per la forma specificata.

public FillFormat Fill { get; }

Esempi


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

Guarda anche