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

In This Topic
    MinLeft Property
    In This Topic
    Gets or sets the minimum ObjectRect.Left 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 MinLeft As System.Single
    public System.float MinLeft {get; set;}
    See Also