Share via


LineFormat.InsetPen Property

MsoTrue to draw lines on the inside of a specified shape.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property InsetPen As MsoTriState
    Get
    Set
'Usage
Dim instance As LineFormat
Dim value As MsoTriState

value = instance.InsetPen

instance.InsetPen = value
MsoTriState InsetPen { get; set; }

Property Value

Type: MsoTriState

Remarks

Use the InsetPen property to match up the edges of shapes of equal width but whose line widths vary.

See Also

Reference

LineFormat Interface

LineFormat Members

Microsoft.Office.Interop.Word Namespace