IsHidden

Shape.IsHidden property

表示对象是否可见。

public bool IsHidden { get; set; }

例子


[C#]
shape.IsHidden = false;

也可以看看