Class DiagramRulerSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
DiagramRulerSettings
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramRulerSettings : EJTagHelper
Constructors
DiagramRulerSettings()
Declaration
public DiagramRulerSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
DynamicGrid
Updates the gridlines relative to the ruler ticks.
Declaration
public bool DynamicGrid { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
HorizontalRuler
Defines the appearance of horizontal ruler
Declaration
public DiagramDiagramRuler HorizontalRuler { get; set; }
Property Value
Type | Description |
---|---|
DiagramDiagramRuler | The default value is null |
ShowRulers
Enables or disables both horizontal and vertical ruler.
Declaration
public bool ShowRulers { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
VerticalRuler
Defines the appearance of vertical ruler
Declaration
public DiagramDiagramRuler VerticalRuler { get; set; }
Property Value
Type | Description |
---|---|
DiagramDiagramRuler | The default value is null |