LineEndPropertiesType.Type Property
Line Head/End Type.Represents the attribte in schema: type
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "type")> _
Public Property Type As EnumValue(Of LineEndValues)
Get
Set
'Uso
Dim instance As LineEndPropertiesType
Dim value As EnumValue(Of LineEndValues)
value = instance.Type
instance.Type = value
[SchemaAttrAttribute(, "type")]
public EnumValue<LineEndValues> Type { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<LineEndValues>
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 decoration, such as a triangle or arrowhead.
The possible values for this attribute are defined by the ST_LineEndType simple type.