Share via


LineEndPropertiesType.Length Property

Definition

Length of Head/End

Represents the following attribute in the schema: len

[DocumentFormat.OpenXml.SchemaAttr(0, "len")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndLengthValues> Length { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndLengthValues> Length { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "len")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndLengthValues>? Length { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("len")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndLengthValues>? Length { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndLengthValues>? Length { get; set; }
member this.Length : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndLengthValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "len")>]
member this.Length : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndLengthValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("len")>]
member this.Length : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndLengthValues> with get, set
Public Property Length As EnumValue(Of LineEndLengthValues)

Property Value

Returns EnumValue<T>.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the line end length in relation to the line width.

The possible values for this attribute are defined by the ST_LineEndLength simple type.

Applies to