Class VerticalRuler
Defines the appearance of Vertical ruler.
Inherited Members
Namespace: Syncfusion.Blazor.Diagram
Assembly: Syncfusion.Blazor.dll
Syntax
public class VerticalRuler : DiagramRuler
Remarks
It customizes the appearance of vertical ruler displayed using RulerSettings.
Examples
<SfDiagramComponent Height = "600px">
<RulerSettings>
<VerticalRuler Interval="7" MarkerColor="blue" TickAlignment="TickAlignment.RightAndBottom">
</VerticalRuler>
</RulerSettings>
</SfDiagramComponent>
Constructors
VerticalRuler()
Declaration
public VerticalRuler()
Methods
OnInitializedAsync()
Method invoked when the component is ready to start.
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing any asynchronous operation. |
OnParametersSetAsync()
Method invoked when any changes in component state occurs.
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | ="Task". |