Class DiagramRulerSettings
Inheritance
System.Object
DiagramRulerSettings
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
DynamicGrid
Updates the gridlines relative to the ruler ticks.
Declaration
public bool DynamicGrid { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HorizontalRuler
Defines the appearance of horizontal ruler
Declaration
public DiagramDiagramRuler HorizontalRuler { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
ShowRulers
Enables or disables both horizontal and vertical ruler.
Declaration
public bool ShowRulers { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
VerticalRuler
Defines the appearance of vertical ruler
Declaration
public DiagramDiagramRuler VerticalRuler { get; set; }
Property Value