IsFilled

Shape.IsFilled property

Indica se il formato di riempimento è visibile.

public bool IsFilled { get; set; }

Esempi


[C#]
if(shape.IsFilled == false)
    shape.IsFilled = true;

Guarda anche