Enum DiagramPrintPosition
Defines the possible ways diagram is positioned over the pages.
Namespace: Telerik.Windows.Controls.Diagrams
Assembly: Telerik.Windows.Controls.Diagrams.dll
Syntax
public enum DiagramPrintPosition
BottomLeft
Diagram's enclosing bounds are positioned in the bottom-left of the print pages.
BottomRight
Diagram's enclosing bounds are positioned in the bottom-right of the print pages.
Center
Diagram's enclosing bounds are positioned in the center of the print pages.
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.
TopLeft
Diagram's enclosing bounds are positioned in the top-left of the print pages.
TopRight
Diagram's enclosing bounds are positioned in the top-right of the print pages.