SystemImageListHelperImageWidth Property |
Gets the width of the image.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public int ImageWidth { get; }
Public ReadOnly Property ImageWidth As Integer
Get
public:
property int ImageWidth {
int get ();
}
member ImageWidth : int with get
Property Value
Type:
Int32The width of the image.
See Also