LineFormat.DashStyle Property
Returns or sets the dash style for the specified line.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property DashStyle As MsoLineDashStyle
Get
Set
'Usage
Dim instance As LineFormat
Dim value As MsoLineDashStyle
value = instance.DashStyle
instance.DashStyle = value
MsoLineDashStyle DashStyle { get; set; }
Property Value
Type: MsoLineDashStyle