Gets or sets the width of the overlay.  The unit in which the width
is defined is specified by the 
WidthUnit 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 Width { get; set; }Public Property Width As Double
	Get
	Set
public:
property double Width {
	double get ();
	void set (double value);
}member Width : float with get, set
Property Value
Type: 
Double See Also
See Also