Path.AllowStroke Property

Stroke Toggle.Represents the attribte in schema: strokeok

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

Syntax

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

value = instance.AllowStroke

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

Property Value

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

See Also

Reference

Path Class

Path Members

DocumentFormat.OpenXml.Vml Namespace