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