Class DiagramDiagramRuler
Inheritance
System.Object
DiagramDiagramRuler
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
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
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
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
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