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

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

    The value is never negative. The default is 0.

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