OuterShadow.Alignment Property
Shadow Alignment.Represents the attribte in schema: algn
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "algn")> _
Public Property Alignment As EnumValue(Of RectangleAlignmentValues)
Get
Set
'Usage
Dim instance As OuterShadow
Dim value As EnumValue(Of RectangleAlignmentValues)
value = instance.Alignment
instance.Alignment = value
[SchemaAttrAttribute(, "algn")]
public EnumValue<RectangleAlignmentValues> Alignment { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<RectangleAlignmentValues>
Returns EnumValue<T>.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies shadow alignment; alignment happens first, effectively setting the origin for scale, skew, and offset.
The possible values for this attribute are defined by the ST_RectAlignment simple type.