SpacingWrapPanel::VerticalItemSpacing Property

Visual Studio 2015
 

Gets or sets the vertical spacing between items. If the value is NaN (Auto), items are spaced evenly over the entire height of the panel. For vertically-oriented panels, the spacing is applied between individual items in a column. For horizontally-oriented panels, the spacing is applied between rows.

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

public:
property double VerticalItemSpacing {
	double get();
	void set(double value);
}

Property Value

Type: System::Double

The vertical spacing.

Return to top
Show: