Gets or sets the height of the overlay. The unit in which the height
is defined is specified by the
HeightUnit property.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double Height { get; set; }
Public Property Height As Double
Get
Set
public:
property double Height {
double get ();
void set (double value);
}
member Height : float with get, set
Property Value
Type:
DoubleSee Also