LinePropertiesType.Alignment Property
Stroke Alignment.Represents the attribte in schema: algn
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "algn")> _
Public Property Alignment As EnumValue(Of PenAlignmentValues)
Get
Set
'Применение
Dim instance As LinePropertiesType
Dim value As EnumValue(Of PenAlignmentValues)
value = instance.Alignment
instance.Alignment = value
[SchemaAttrAttribute(, "algn")]
public EnumValue<PenAlignmentValues> Alignment { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<PenAlignmentValues>
Returns EnumValue<T>.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the alignment to be used for the underline stroke.
The possible values for this attribute are defined by the ST_PenAlignment simple type.