Spread WinForms 15
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

Property Value

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