Enum VerticalRelativeFrom
Specifies the anchor point from which vertical positioning of a floating shape is calculated, such as page, margin, paragraph, or line.
Namespace: Telerik.Windows.Documents.Flow.Model.Shapes
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum VerticalRelativeFrom
BottomMargin
Positions the shape relative to the top edge of the bottom margin on the current page.
InsideMargin
Positions the shape relative to the inside margin of the current page in facing-page layouts, switching sides between odd and even pages.
Line
Positions the shape relative to the baseline of the text line containing the shape's anchor character.
Margin
Positions the shape relative to the page content area, between the top and bottom margins.
OutsideMargin
Positions the shape relative to the outside margin of the current page in facing-page layouts, switching sides between odd and even pages.
Page
Positions the shape relative to the top edge of the page, including margins.
Paragraph
Positions the shape relative to the top edge of the paragraph containing the shape's anchor.
TopMargin
Positions the shape relative to the bottom edge of the top margin on the current page.