Enum
VerticalRelativeFrom

Specifies the anchor point from which vertical positioning of a floating shape is calculated, such as page, margin, paragraph, or line.

Definition

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

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public enum VerticalRelativeFrom

Fields

BottomMargin

Positions the shape relative to the top edge of the bottom margin on the current page.

Declaration

cs-api-definition
BottomMargin = 5

Field Value

VerticalRelativeFrom

InsideMargin

Positions the shape relative to the inside margin of the current page in facing-page layouts, switching sides between odd and even pages.

Declaration

cs-api-definition
InsideMargin = 7

Field Value

VerticalRelativeFrom

Line

Positions the shape relative to the baseline of the text line containing the shape's anchor character.

Declaration

cs-api-definition
Line = 0

Field Value

VerticalRelativeFrom

Margin

Positions the shape relative to the page content area, between the top and bottom margins.

Declaration

cs-api-definition
Margin = 3

Field Value

VerticalRelativeFrom

OutsideMargin

Positions the shape relative to the outside margin of the current page in facing-page layouts, switching sides between odd and even pages.

Declaration

cs-api-definition
OutsideMargin = 6

Field Value

VerticalRelativeFrom

Page

Positions the shape relative to the top edge of the page, including margins.

Declaration

cs-api-definition
Page = 2

Field Value

VerticalRelativeFrom

Paragraph

Positions the shape relative to the top edge of the paragraph containing the shape's anchor.

Declaration

cs-api-definition
Paragraph = 1

Field Value

VerticalRelativeFrom

TopMargin

Positions the shape relative to the bottom edge of the top margin on the current page.

Declaration

cs-api-definition
TopMargin = 4

Field Value

VerticalRelativeFrom