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

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

    The value is never negative. The default is 0.

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