DashStop.DashLength Property

Dash Length.Represents the attribte in schema: d

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

Syntax

'Declaration
<SchemaAttrAttribute(, "d")> _
Public Property DashLength As Int32Value
    Get
    Set
'Usage
Dim instance As DashStop
Dim value As Int32Value

value = instance.DashLength

instance.DashLength = value
[SchemaAttrAttribute(, "d")]
public Int32Value DashLength { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

See Also

Reference

DashStop Class

DashStop Members

DocumentFormat.OpenXml.Drawing Namespace