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

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

    The value is never negative. The default is 0.

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