RectangleFHeight Property |
Gets or sets the height of this System.Drawing.RectangleF structure.
Namespace:
Easymap.AddIn.Common.Graphics
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public float Height { get; set; }
Public Property Height As Single
Get
Set
Return Value
Type:
Single
The height of this System.Drawing.RectangleF structure.
See Also