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