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