Gets the x-coordinate that is the sum of System.Drawing.RectangleF.X and
                 System.Drawing.RectangleF.Width of this System.Drawing.RectangleF structure.
             
 
    Namespace: 
   Easymap.AddIn.Common.Graphics
    Assembly:
   EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntaxpublic float Right { get; }Public ReadOnly Property Right As Single
	Get
Return Value
Type: 
Single
                 The x-coordinate that is the sum of System.Drawing.RectangleF.X and System.Drawing.RectangleF.Width
                 of this System.Drawing.RectangleF structure.
See Also