ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class DiagramDiagramRuler

    Inheritance
    System.Object
    EJTagHelper
    DiagramDiagramRuler
    RulerSettingsVerticalRulerRulerSettings
    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 DiagramDiagramRuler : EJTagHelper

    Constructors

    DiagramDiagramRuler()

    Declaration
    public DiagramDiagramRuler()

    Properties

    ArrangeTick

    Defines the method which is used to position and arrange the tick elements of the ruler.

    Declaration
    public object ArrangeTick { get; set; }
    Property Value
    Type Description
    System.Object

    ContentTemplate

    To get or set value for ContentTemplate.

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

    Interval

    Defines the number of intervals to be present on each segment of the ruler.

    Declaration
    public double Interval { get; set; }
    Property Value
    Type Description
    System.Double

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    MarkerColor

    Defines the color of the ruler marker brush.

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

    Orientation

    Defines the orientation of the ruler

    Declaration
    public RulerOrientation Orientation { get; set; }
    Property Value
    Type Description
    RulerOrientation

    ParentPropertyName

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

    SegmentWidth

    Defines the textual description of the ruler segment, and the appearance of the ruler ticks of the ruler.

    Declaration
    public double SegmentWidth { get; set; }
    Property Value
    Type Description
    System.Double

    Thickness

    Defines the height of the ruler.

    Declaration
    public double Thickness { get; set; }
    Property Value
    Type Description
    System.Double

    TickAlignment

    Defines and sets the tick alignment of the ruler scale.

    Declaration
    public TickAlignment TickAlignment { get; set; }
    Property Value
    Type Description
    TickAlignment
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved