Class DiagramPageSettings
Inheritance
System.Object
DiagramPageSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramPageSettings : EJTagHelper
Constructors
DiagramPageSettings()
Declaration
public DiagramPageSettings()
Properties
Background
Defines the background color and image of diagram
Declaration
public DiagramBackground Background { get; set; }
Property Value
BoundaryConstraints
Defines the editable region of the diagram
Infinity - Allow the interactions to take place at the infinite height and width
Diagram - Allow the interactions to take place around the diagram height and width
Page - Allow the interactions to take place around the page height and width
Declaration
public BoundaryConstraints BoundaryConstraints { get; set; }
Property Value
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
FitOptions
Declaration
public object FitOptions { get; set; }
Property Value
Type |
Description |
System.Object |
|
Height
Sets the height of a diagram Page
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Margin
Sets the margin of a diagram page
Declaration
public DiagramMargin Margin { get; set; }
Property Value
MultiplePage
Sets whether multiple pages can be created to fit all nodes and connectors
Declaration
public bool MultiplePage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Orientation
Sets the orientation of the pages in a diagram
Landscape - Display with page Width is more than the page Height.
Portrait - Display with page Height is more than the page width.
Declaration
public PageOrientation Orientation { get; set; }
Property Value
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
ShowPageBreaks
Enables or disables the page break lines
Declaration
public bool ShowPageBreaks { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Width
Sets the width of a diagram Page
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|