Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / Contour Class / InflateBottom Property

In This Topic
    InflateBottom Property
    In This Topic
    Gets or sets a distance between the bottom edge of the base contour and the bottom edge of the current contour.

    The value is never negative. The default is 0.

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