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。