StrokeChildType.DashStyle Property

Definition

Stroke Dash Pattern

Represents the following attribute in the schema: dashstyle

[DocumentFormat.OpenXml.SchemaAttr(0, "dashstyle")]
public DocumentFormat.OpenXml.StringValue DashStyle { get; set; }
public DocumentFormat.OpenXml.StringValue DashStyle { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "dashstyle")]
public DocumentFormat.OpenXml.StringValue? DashStyle { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("dashstyle")]
public DocumentFormat.OpenXml.StringValue? DashStyle { get; set; }
public DocumentFormat.OpenXml.StringValue? DashStyle { get; set; }
member this.DashStyle : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "dashstyle")>]
member this.DashStyle : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("dashstyle")>]
member this.DashStyle : DocumentFormat.OpenXml.StringValue with get, set
Public Property DashStyle As StringValue

Property Value

Returns StringValue.

Attributes

Applies to