Enum HorizontalRelativeFrom
Specifies the possible values for the base from which the relative horizontal positioning of a shape shall be calculated.
Namespace: Telerik.Windows.Documents.Flow.Model.Shapes
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum HorizontalRelativeFrom
Character
Specifies that the horizontal positioning shall be relative to the position of the anchor within its run content.
Column
Relative to the extents of the column which contains its anchor.
InsideMargin
Specifies that the horizontal positioning shall be relative to the inside margin of the current page (the left margin on odd pages, right on even pages).
LeftMargin
Specifies that the horizontal positioning shall be relative to the left margin of the page.
Margin
Specifies that the horizontal positioning shall be relative to the page margins.
OutsideMargin
Specifies that the horizontal positioning shall be relative to the outside margin of the current page (the right margin on odd pages, left on even pages).
Page
Specifies that the horizontal positioning shall be relative to the edge of the page.
RightMargin
Specifies that the horizontal positioning shall be relative to the right margin of the page.