Group.CenterVertically Property

centerVertically.Represents the attribte in schema: centerVertically

Namespace:  DocumentFormat.OpenXml.Office2010.CustomUI
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "centerVertically")> _
Public Property CenterVertically As BooleanValue
    Get
    Set
'Usage
Dim instance As Group
Dim value As BooleanValue

value = instance.CenterVertically

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

Group Class

Group Members

DocumentFormat.OpenXml.Office2010.CustomUI Namespace