AbstractSize::RealSize Property

Visual Studio 2015
 

The real, non-abstract size represented by this structure. If IsNatural is true, the real size and the abstract size are the same. If IsNatural is false, the real size is the inverse of the abstract size.

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

public:
property Size RealSize {
	Size get();
	void set(Size value);
}

Property Value

Type: System.Windows::Size

Returns Size.

Return to top
Show: