LineEndPropertiesType.Length Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.