LineFormat.BeginArrowheadWidth Property

Returns or sets the width of the arrowhead at the beginning of the specified line.

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

Syntax

'Declaration
Property BeginArrowheadWidth As MsoArrowheadWidth
    Get
    Set
'Usage
Dim instance As LineFormat
Dim value As MsoArrowheadWidth

value = instance.BeginArrowheadWidth

instance.BeginArrowheadWidth = value
MsoArrowheadWidth BeginArrowheadWidth { get; set; }

Property Value

Type: MsoArrowheadWidth

See Also

Reference

LineFormat Interface

LineFormat Members

Microsoft.Office.Interop.Word Namespace