ViewRendering.Visible 属性

定义

获取一个值,该值指示控件是否可见。

public:
 property bool Visible { bool get(); };
public bool Visible { get; }
member this.Visible : bool
Public ReadOnly Property Visible As Boolean

属性值

true 如果呈现控件,则为否则,为 false. 默认值为 true

注解

此属性确定呈现是否应在设计器图面上可见。

适用于