Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / AnchoredObject Class / MaxRight Property

In This Topic
    MaxRight Property
    In This Topic
    Gets or sets the maximum ObjectRect.Right value of the anchored object, in graphic units.

    The assigned value is ignored unless the KeepInHorizontalBounds property is set to true.

    Syntax
    'Declaration
     
    Public Property MaxRight As System.Single
    public System.float MaxRight {get; set;}
    See Also