Compartir a través de


StrokeChildType.ForceDash Property

Force Dashed Outline.Represents the attribte in schema: o:forcedash

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

Syntax

'Declaración
<SchemaAttrAttribute(, "forcedash")> _
Public Property ForceDash As TrueFalseValue
    Get
    Set
'Uso
Dim instance As StrokeChildType
Dim value As TrueFalseValue

value = instance.ForceDash

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

Property Value

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

See Also

Reference

StrokeChildType Class

StrokeChildType Members

DocumentFormat.OpenXml.Vml.Office Namespace