Enum VerticalRelativeFrom
Specifies the possible values for the base from which the relative vertical positioning of a shape shall be calculated.
Namespace: Telerik.Windows.Documents.Flow.Model.Shapes
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum VerticalRelativeFrom
BottomMargin
Specifies that the vertical positioning shall be relative to the bottom margin of the current page.
InsideMargin
Specifies that the vertical positioning shall be relative to the inside margin of the current page.
Line
Specifies that the vertical positioning shall be relative to the line containing the anchor character.
Margin
Specifies that the vertical positioning shall be relative to the page margins.
OutsideMargin
Specifies that the vertical positioning shall be relative to the outside margin of the current page.
Page
Specifies that the vertical positioning shall be relative to the edge of the page.
Paragraph
Specifies that the vertical positioning shall be relative to the paragraph which contains the drawing anchor.
TopMargin
Specifies that the vertical positioning shall be relative to the top margin of the current page.