Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Pen Class / MiterLimit Property


In This Topic
    MiterLimit Property
    In This Topic
    Gets the limit of the thickness of the join on a mitered corner.
    Syntax
    'Declaration
     
    
    Public Property MiterLimit As Double
    'Usage
     
    
    Dim instance As Pen
    Dim value As Double
     
    instance.MiterLimit = value
     
    value = instance.MiterLimit
    public double MiterLimit {get; set;}

    Property Value

    The limit of the thickness of the join on a mitered corner.
    See Also