AccountPickerOptions::UseWindowsPresentationFoundationStyle Property

Visual Studio 2015
 

Determines whether the picker will use styles based on Windows Presentation Framework.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)

public:
property bool UseWindowsPresentationFoundationStyle {
	[CompilerGeneratedAttribute]
	bool get();
	[CompilerGeneratedAttribute]
	void set(bool value);
}

Property Value

Type: System::Boolean

True if the picker uses WPF styles, otherwise false.

Return to top
Show: