共用方式為


DashStop.DashLength Property

Definition

Dash Length

Represents the following attribute in the schema: d

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

Property Value

Returns Int32Value.

Attributes

Applies to