New to Telerik Document ProcessingStart a free 30-day trial

Defines the reference point from which a floating shape's horizontal position is calculated.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Shapes

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

C#
public enum HorizontalRelativeFrom

Fields

Position is relative to the anchor's character position within the run content.

C#
Character = 0

Position is relative to the boundaries of the column containing the anchor.

C#
Column = 1

Position is relative to the inside margin (left on odd pages, right on even pages).

C#
InsideMargin = 6

Position is relative to the left page margin.

C#
LeftMargin = 4

Position is relative to the page margins.

C#
Margin = 3

Position is relative to the outside margin (right on odd pages, left on even pages).

C#
OutsideMargin = 7

Position is relative to the page edge.

C#
Page = 2

Position is relative to the right page margin.

C#
RightMargin = 5