Enum
RelativeHorizontalAlignment

Defines how a floating shape is horizontally 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 RelativeHorizontalAlignment

Fields

Center

Centers the shape horizontally relative to the reference point.

Declaration

cs-api-definition
Center = 1

Field Value

RelativeHorizontalAlignment

Inside

Aligns the shape to the inside edge (left on odd pages, right on even pages).

Declaration

cs-api-definition
Inside = 3

Field Value

RelativeHorizontalAlignment

Left

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

Declaration

cs-api-definition
Left = 0

Field Value

RelativeHorizontalAlignment

Outside

Aligns the shape to the outside edge (right on odd pages, left on even pages).

Declaration

cs-api-definition
Outside = 4

Field Value

RelativeHorizontalAlignment

Right

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

Declaration

cs-api-definition
Right = 2

Field Value

RelativeHorizontalAlignment

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