Enum
DiagramPrintPosition

Defines the possible ways diagram is positioned over the pages.

Definition

Namespace:Telerik.Windows.Controls.Diagrams

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

cs-api-definition
public enum DiagramPrintPosition

Fields

BottomLeft

Diagram's enclosing bounds are positioned in the bottom-left of the print pages.

Declaration

cs-api-definition
BottomLeft = 2

Field Value

DiagramPrintPosition

BottomRight

Diagram's enclosing bounds are positioned in the bottom-right of the print pages.

Declaration

cs-api-definition
BottomRight = 5

Field Value

DiagramPrintPosition

Center

Diagram's enclosing bounds are positioned in the center of the print pages.

Declaration

cs-api-definition
Center = 3

Field Value

DiagramPrintPosition

Default

Diagram's (0,0) point is starting point for print pages arrangement. If page size equals to the CellSize and scale is 100%, diagram print position will be much like the diagram position relative to its BackgroundPageGrid.

Declaration

cs-api-definition
Default = 0

Field Value

DiagramPrintPosition

TopLeft

Diagram's enclosing bounds are positioned in the top-left of the print pages.

Declaration

cs-api-definition
TopLeft = 1

Field Value

DiagramPrintPosition

TopRight

Diagram's enclosing bounds are positioned in the top-right of the print pages.

Declaration

cs-api-definition
TopRight = 4

Field Value

DiagramPrintPosition