menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramGridlines - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DiagramGridlines

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    DiagramGridlines
    SnapSettingsVerticalGridlinesSnapSettings
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DiagramGridlines : EJTagHelper

    Constructors

    DiagramGridlines()

    Declaration
    public DiagramGridlines()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

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

    DotIntervals

    A pattern of gaps that defines a set of horizontal/vertical grid dots

    Declaration
    public double[] DotIntervals { get; set; }
    Property Value
    Type Description
    System.Double[]

    The default value is null

    LineColor

    Sets the line color of gridlines

    Declaration
    public string LineColor { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    LineDashArray

    Defines the pattern of dashes and gaps used to stroke horizontal grid lines

    Declaration
    public string LineDashArray { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    LineIntervals

    A pattern of lines and gaps that defines a set of horizontal/vertical gridlines

    Declaration
    public double[] LineIntervals { get; set; }
    Property Value
    Type Description
    System.Double[]

    The default value is null

    SnapIntervals

    Specifies a set of intervals to snap the objects

    Declaration
    public double[] SnapIntervals { get; set; }
    Property Value
    Type Description
    System.Double[]

    The default value is null

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved