Shape.IsFilled

Shape.IsFilled property

Indicates whether the fill format is visible.

public bool IsFilled { get; set; }

Examples


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

See Also