Specifies vertical alignment of a floating shape.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum ShapeVerticalAlignment
Public Enumeration ShapeVerticalAlignment
public enum class ShapeVerticalAlignment
type ShapeVerticalAlignment

Members

MemberValueDescription
Inline-1
Not documented.
None0
The object is explicitly positioned using position properties.
Top1
The object is aligned to the top of the reference origin.
Center2
The object is centered relative to the reference origin.
Bottom3
The object is aligned to the bottom of the reference origin.
Inside4
Not documented.
Outside5
Not documented.
Default0

See Also