TextBodyProperties.AnchorCenter Property

Anchor Center.Represents the attribte in schema: anchorCtr

Namespace:  DocumentFormat.OpenXml.Office2010.Word.DrawingShape
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "anchorCtr")> _
Public Property AnchorCenter As BooleanValue
    Get
    Set
'Usage
Dim instance As TextBodyProperties
Dim value As BooleanValue

value = instance.AnchorCenter

instance.AnchorCenter = value
[SchemaAttrAttribute(, "anchorCtr")]
public BooleanValue AnchorCenter { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

TextBodyProperties Class

TextBodyProperties Members

DocumentFormat.OpenXml.Office2010.Word.DrawingShape Namespace