Enum
HorizontalRelativeFrom

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:

cs-api-definition
public enum HorizontalRelativeFrom

Fields

Character

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

Declaration

cs-api-definition
Character = 0

Field Value

HorizontalRelativeFrom

Column

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

Declaration

cs-api-definition
Column = 1

Field Value

HorizontalRelativeFrom

InsideMargin

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

Declaration

cs-api-definition
InsideMargin = 6

Field Value

HorizontalRelativeFrom

LeftMargin

Position is relative to the left page margin.

Declaration

cs-api-definition
LeftMargin = 4

Field Value

HorizontalRelativeFrom

Margin

Position is relative to the page margins.

Declaration

cs-api-definition
Margin = 3

Field Value

HorizontalRelativeFrom

OutsideMargin

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

Declaration

cs-api-definition
OutsideMargin = 7

Field Value

HorizontalRelativeFrom

Page

Position is relative to the page edge.

Declaration

cs-api-definition
Page = 2

Field Value

HorizontalRelativeFrom

RightMargin

Position is relative to the right page margin.

Declaration

cs-api-definition
RightMargin = 5

Field Value

HorizontalRelativeFrom