Defines how a floating shape is vertically aligned relative to its reference point.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Shapes
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
C#
public enum RelativeVerticalAlignment
Fields
Aligns the shape's bottom edge to the reference point.
C#
Bottom = 2
Centers the shape vertically relative to the reference point.
C#
Center = 1
Aligns the shape to the inside edge (top on odd pages, bottom on even pages).
C#
Inside = 3
Aligns the shape to the outside edge (bottom on odd pages, top on even pages).
C#
Outside = 4
Aligns the shape's top edge to the reference point.
C#
Top = 0