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