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:
public enum VerticalRelativeFrom
Fields
Positions the shape relative to the top edge of the bottom margin on the current page.
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.
InsideMargin = 7
Positions the shape relative to the baseline of the text line containing the shape's anchor character.
Line = 0
Positions the shape relative to the page content area, between the top and bottom margins.
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.
OutsideMargin = 6
Positions the shape relative to the top edge of the page, including margins.
Page = 2
Positions the shape relative to the top edge of the paragraph containing the shape's anchor.
Paragraph = 1
Positions the shape relative to the bottom edge of the top margin on the current page.
TopMargin = 4