Fill.AlignShape Property

Align Image With Shape.Represents the attribte in schema: alignshape

Namespace:  DocumentFormat.OpenXml.Vml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "alignshape")> _
Public Property AlignShape As TrueFalseValue
    Get
    Set
'Usage
Dim instance As Fill
Dim value As TrueFalseValue

value = instance.AlignShape

instance.AlignShape = value
[SchemaAttrAttribute(, "alignshape")]
public TrueFalseValue AlignShape { get; set; }

Property Value

Type: DocumentFormat.OpenXml.TrueFalseValue
Returns EnumValue<T>.

See Also

Reference

Fill Class

Fill Members

DocumentFormat.OpenXml.Vml Namespace