LineEndPropertiesType.Length Property
Length of Head/End.Represents the attribte in schema: len
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "len")> _
Public Property Length As EnumValue(Of LineEndLengthValues)
Get
Set
'Uso
Dim instance As LineEndPropertiesType
Dim value As EnumValue(Of LineEndLengthValues)
value = instance.Length
instance.Length = value
[SchemaAttrAttribute(, "len")]
public EnumValue<LineEndLengthValues> Length { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<LineEndLengthValues>
Returns EnumValue<T>.
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.