Enum HorizontalRelativeFrom
Defines the reference point from which a floating shape's horizontal position is calculated.
Namespace: Telerik.Windows.Documents.Flow.Model.Shapes
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum HorizontalRelativeFrom
Character
Position is relative to the anchor's character position within the run content.
Column
Position is relative to the boundaries of the column containing the anchor.
InsideMargin
Position is relative to the inside margin (left on odd pages, right on even pages).
LeftMargin
Position is relative to the left page margin.
Margin
Position is relative to the page margins.
OutsideMargin
Position is relative to the outside margin (right on odd pages, left on even pages).
Page
Position is relative to the page edge.
RightMargin
Position is relative to the right page margin.