Int16Size::Width Property

Visual Studio 2015
 

Gets or sets the width of the Int16Size

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
property short Width {
	short get();
	void set(short value);
}

Property Value

Type: System::Int16

The width of the Int16Size.

Return to top
Show: