IsFilled

Shape.IsFilled property

表示填充格式是否可见。

public bool IsFilled { get; set; }

例子


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

也可以看看