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

In This Topic
    KeepInHorizontalBounds Property
    In This Topic
    Gets or sets a value indicating if the anchored object should not appear beyond the horizontal bounds specified by the MinLeft and MaxRight properties.

    The default is false.

    Syntax
    'Declaration
     
    Public Property KeepInHorizontalBounds As System.Boolean
    public System.bool KeepInHorizontalBounds {get; set;}
    See Also