GreedyWrapPanel::ActualWrappingLevels Property

Visual Studio 2015
 

This property controls the direction that elements flow. If Vertical, elements flow from top to bottom. If Horizontal, elements flow from left to right.

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

public:
property int ActualWrappingLevels {
	int get();
	protected: void set(int value);
}

Property Value

Type: System::Int32

Returns Int32.

Return to top
Show: