SystemImageListHelperImageWidth Property |
Gets the width of the image.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.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