Enum RelativeHorizontalAlignment
Defines how a floating shape is horizontally aligned relative to its reference point.
Namespace: Telerik.Windows.Documents.Flow.Model.Shapes
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum RelativeHorizontalAlignment
Center
Centers the shape horizontally relative to the reference point.
Inside
Aligns the shape to the inside edge (left on odd pages, right on even pages).
Left
Aligns the shape's left edge to the reference point.
Outside
Aligns the shape to the outside edge (right on odd pages, left on even pages).
Right
Aligns the shape's right edge to the reference point.