AccountPickerOptions.UseWindowsPresentationFoundationStyle Property

Definition

Determines whether 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.

Applies to