PeekSessionCreationOptions::DefaultHeight Property

Visual Studio 2015
 

The default height, in pixels, for the Peek control. This height will be overridden by presentations which implement IDesiredHeightProvider. If this is null, then the Peek control will attempt to guess an ideal height as a percentage of the view instead of an absolute pixel height.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
property Nullable<double> DefaultHeight {
	[CompilerGeneratedAttribute]
	Nullable<double> get();
	[CompilerGeneratedAttribute]
	private: void set(Nullable<double> value);
}

Property Value

Type: System::Nullable<Double>

The default height, in pixels, for the Peek control.

Return to top
Show: