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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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: 
Double See Also
See Also