ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramPageSettings - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DiagramPageSettings

    Inheritance
    System.Object
    EJTagHelper
    DiagramPageSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    Namespace: Syncfusion.EJ2.Diagrams
    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
    Type Description
    DiagramBackground

    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
    Type Description
    BoundaryConstraints

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    FitOptions

    set the fit options

    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
    EJTagHelper.IsComplex

    Margin

    Sets the margin of a diagram page

    Declaration
    public DiagramMargin Margin { get; set; }
    Property Value
    Type Description
    DiagramMargin

    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
    Type Description
    PageOrientation

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved