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