Share via


AccountPickerOptions.UseWindowsPresentationFoundationStyle 屬性

定義

取得或設定值,這個值會判斷選擇器是否會根據 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。

適用於