SystemSetting.IsVisible 属性

定义

指定是否允许显示设置。

public:
 property bool IsVisible { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool IsVisible { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.IsVisible : bool with get, set
Public Property IsVisible As Boolean

属性值

如果允许显示设置,则为 true;否则为 false

属性

适用于