New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public enum VerticalRelativeFrom

Fields

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

C#
BottomMargin = 5

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

C#
InsideMargin = 7

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

C#
Line = 0

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

C#
Margin = 3

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

C#
OutsideMargin = 6

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

C#
Page = 2

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

C#
Paragraph = 1

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

C#
TopMargin = 4