StrokeChildType.DashStyle Property

Stroke Dash Pattern.Represents the attribte in schema: dashstyle

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

Syntax

'Declaration
<SchemaAttrAttribute(, "dashstyle")> _
Public Property DashStyle As StringValue
    Get
    Set
'Usage
Dim instance As StrokeChildType
Dim value As StringValue

value = instance.DashStyle

instance.DashStyle = value
[SchemaAttrAttribute(, "dashstyle")]
public StringValue DashStyle { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

StrokeChildType Class

StrokeChildType Members

DocumentFormat.OpenXml.Vml.Office Namespace