Compartilhar via


AccountPickerOptions.UseWindowsPresentationFoundationStyle Propriedade

Definição

Obtém ou define o valor que determina se o seletor usará estilos com base no 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

Valor da propriedade

True se o seletor usar estilos WPF, caso contrário, false.

Comentários

Por padrão, o seletor usará o estilo do Visual Studio que funciona com temas do Visual Studio. Defina isso como true se o host não oferecer suporte ao estilo do Visual Studio.

Aplica-se a