Gets or sets a value indicating whether lines are drawn inside the specified shape's boundaries.
bool InsetPen {get; set;}
'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
.