AbstractSize::IsNatural Property

Visual Studio 2015
 

Determines whether the size's actual orientation matches its natural orientation.

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

public:
property bool IsNatural {
	bool get();
}

Property Value

Type: System::Boolean

True if the size's actual orientation matches its natural orientation.

Return to top
Show: