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

In This Topic
    MinTop Property
    In This Topic
    Gets or sets the minimum ObjectRect.Top value of the anchored object, in graphic units.

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

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