ContentControl.ShowingPlaceholderText 属性
定义
返回一个 boolean 类型的值 ,该值指示是否显示占位符文本的内容控件。Returns a Boolean that indicates whether the placeholder text for the content control is displayed. 只读的。Read-only.
public:
property bool ShowingPlaceholderText { bool get(); };
public bool ShowingPlaceholderText { get; }
member this.ShowingPlaceholderText : bool
Public ReadOnly Property ShowingPlaceholderText As Boolean
属性值
BooleanBoolean