Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ILineFormat Interface / InsetPen Property


In This Topic
InsetPen Property
In This Topic
Gets or sets a value indicating whether lines are drawn inside the specified shape's boundaries.
Syntax
'Declaration
 
Property InsetPen As Boolean
 
'Usage
 
Dim instance As ILineFormat
Dim value As Boolean
 
instance.InsetPen = value
 
value = instance.InsetPen

Property Value

true if lines are drawn inside the specified shape's boundaries; otherwise, false.
See Also