AccountPickerOptions.UseWindowsPresentationFoundationStyle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會判斷選擇器是否會根據 Windows Presentation Framework 使用樣式。
public:
property bool UseWindowsPresentationFoundationStyle { bool get(); void set(bool value); };
public:
property bool UseWindowsPresentationFoundationStyle { bool get(); void set(bool value); };
public bool UseWindowsPresentationFoundationStyle { get; set; }
member this.UseWindowsPresentationFoundationStyle : bool with get, set
Public Property UseWindowsPresentationFoundationStyle As Boolean
屬性值
如果選擇器使用 WPF 樣式,則為 True,否則為 false。
備註
根據預設,選擇器會使用適用於 Visual Studio 主題的 Visual Studio 樣式。 如果主機不支援 Visual Studio 樣式,請將此設定為 true。