Stroke.LineStyle Property

Stroke Line Style.Represents the attribte in schema: linestyle

Namespace:  DocumentFormat.OpenXml.Vml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "linestyle")> _
Public Property LineStyle As EnumValue(Of StrokeLineStyleValues)
    Get
    Set
'Usage
Dim instance As Stroke
Dim value As EnumValue(Of StrokeLineStyleValues)

value = instance.LineStyle

instance.LineStyle = value
[SchemaAttrAttribute(, "linestyle")]
public EnumValue<StrokeLineStyleValues> LineStyle { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<StrokeLineStyleValues>
Returns EnumValue<T>.

See Also

Reference

Stroke Class

Stroke Members

DocumentFormat.OpenXml.Vml Namespace