Title.Visible 属性
定义
获取或设置标题的可见性标志。Gets or sets the visibility flag of the title.
public:
virtual property bool Visible { bool get(); void set(bool value); };
public virtual bool Visible { get; set; }
member this.Visible : bool with get, set
Public Overridable Property Visible As Boolean
属性值
如果该标题可见,则为 true;否则为 false。true if the title is visible; otherwise, false.