Icon::Width Property

 

Gets the width of this Icon.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
[BrowsableAttribute(false)]
property int Width {
	int get();
}

Property Value

Type: System::Int32

The width of this Icon.

.NET Framework
Available since 1.1
Return to top
Show: