Path.ShowArrowhead Property

Arrowhead Display Toggle.Represents the attribte in schema: arrowok

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

Syntax

'Declaration
<SchemaAttrAttribute(, "arrowok")> _
Public Property ShowArrowhead As TrueFalseValue
    Get
    Set
'Usage
Dim instance As Path
Dim value As TrueFalseValue

value = instance.ShowArrowhead

instance.ShowArrowhead = value
[SchemaAttrAttribute(, "arrowok")]
public TrueFalseValue ShowArrowhead { get; set; }

Property Value

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

See Also

Reference

Path Class

Path Members

DocumentFormat.OpenXml.Vml Namespace