Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Pen Class / MitterLimit Property


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

    Property Value

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