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