Enum
RelativeVerticalAlignment

Defines how a floating shape is vertically aligned relative to its reference point.

Definition

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

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public enum RelativeVerticalAlignment

Fields

Bottom

Aligns the shape's bottom edge to the reference point.

Declaration

cs-api-definition
Bottom = 2

Field Value

RelativeVerticalAlignment

Center

Centers the shape vertically relative to the reference point.

Declaration

cs-api-definition
Center = 1

Field Value

RelativeVerticalAlignment

Inside

Aligns the shape to the inside edge (top on odd pages, bottom on even pages).

Declaration

cs-api-definition
Inside = 3

Field Value

RelativeVerticalAlignment

Outside

Aligns the shape to the outside edge (bottom on odd pages, top on even pages).

Declaration

cs-api-definition
Outside = 4

Field Value

RelativeVerticalAlignment

Top

Aligns the shape's top edge to the reference point.

Declaration

cs-api-definition
Top = 0

Field Value

RelativeVerticalAlignment

In this article
DefinitionFieldsBottomCenterInsideOutsideTop
Not finding the help you need?
Contact Support