StrokeChildType.StartArrowWidth Property

Line Start Arrowhead Width.Represents the attribte in schema: startarrowwidth

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

Syntax

'Declaration
<SchemaAttrAttribute(, "startarrowwidth")> _
Public Property StartArrowWidth As EnumValue(Of StrokeArrowWidthValues)
    Get
    Set
'Usage
Dim instance As StrokeChildType
Dim value As EnumValue(Of StrokeArrowWidthValues)

value = instance.StartArrowWidth

instance.StartArrowWidth = value
[SchemaAttrAttribute(, "startarrowwidth")]
public EnumValue<StrokeArrowWidthValues> StartArrowWidth { get; set; }

Property Value

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

See Also

Reference

StrokeChildType Class

StrokeChildType Members

DocumentFormat.OpenXml.Vml.Office Namespace