Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / ObjectRect Class / Right Property

In This Topic
    Right Property (ObjectRect)
    In This Topic
    Gets or sets the x-coordinate of the right edge of this ObjectRect, in graphic units.
    Syntax
    'Declaration
     
    Public Property Right As System.Single
    public System.float Right {get; set;}
    See Also