LineFormat.Style Property

Returns or sets the line style. Read/write.

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

Syntax

'Declaration
Property Style As MsoLineStyle
    Get
    Set
'Usage
Dim instance As LineFormat
Dim value As MsoLineStyle

value = instance.Style

instance.Style = value
MsoLineStyle Style { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoLineStyle

Remarks

The value of the Style property can be one of these MsoLineStyle constants.

msoLineSingle

msoLineStyleMixed

msoLineThickBetweenThin

msoLineThickThin

msoLineThinThick

msoLineThinThin

See Also

Reference

LineFormat Interface

LineFormat Members

Microsoft.Office.Interop.PowerPoint Namespace