IsFilled

Shape.IsFilled property

Gibt an, ob das Füllformat sichtbar ist.

public bool IsFilled { get; set; }

Beispiele


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

Siehe auch