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。

适用于