LinePropertiesType.Alignment
LinePropertiesType.Alignment
LinePropertiesType.Alignment
Property
Definition
Stroke Alignment.Represents the following attribute in the schema: algn
[DocumentFormat.OpenXml.SchemaAttr(0, "algn")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.PenAlignmentValues> Alignment { get; set; }
member this.Alignment : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.PenAlignmentValues> with get, set
Public Property Alignment As EnumValue(Of PenAlignmentValues)
Property Value
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.