AccountPickerOptions::IsCompactHeight Property

Visual Studio 2015
 

Determines whether the picker will be displayed in smaller height compared to the default height.

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

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

Property Value

Type: System::Boolean

True if the picker is to be displayed with a smaller height, otherwise false.

Return to top
Show: