AccountPickerOptions::IsCompactHeight Property
Visual Studio 2015
Determines whether the picker will be displayed in smaller height compared to the default height.
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::BooleanTrue if the picker is to be displayed with a smaller height, otherwise false.
Show: