AccountPickerOptions.UseWindowsPresentationFoundationStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the value that determines if the picker will use styles based on 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
Property Value
True if the picker uses WPF styles, otherwise false.
Remarks
By default the picker will use Visual Studio style that works with Visual Studio themes. Set this to true if the host does not support Visual Studio style.