Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VerticalGridLines - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class VerticalGridLines

    Represents the vertical gridlines of the diagram.

    Inheritance
    System.Object
    SfBaseComponent
    GridLines
    VerticalGridLines
    Inherited Members
    GridLines.OnAfterRenderAsync(Boolean)
    GridLines.Dispose()
    GridLines.LineColor
    GridLines.LineDashArray
    GridLines.LineIntervals
    GridLines.DotIntervals
    GridLines.SnapIntervals
    GridLines.LineColorChanged
    GridLines.LineDashArrayChanged
    GridLines.LineIntervalsChanged
    GridLines.SnapIntervalsChanged
    GridLines.DotIntervalsChanged
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class VerticalGridLines : GridLines
    Remarks

    VerticalGridlines provides the visual guidance while dragging or arranging the objects on the diagram surface.

    Examples
    <SfDiagramComponent Height="600px">
        @* Shows vertical gridlines *@
        <SnapSettings Constraints = "SnapConstraints.ShowLines" >
            @* Customizes the line color and line style to the gridlines*@
            <VerticalGridLines LineColor = "blue" LineDashArray="2,2" />        
        </SnapSettings>
    </SfDiagramComponent>

    Constructors

    VerticalGridLines()

    Declaration
    public VerticalGridLines()

    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.

    Overrides
    SfBaseComponent.OnInitializedAsync()

    OnParametersSetAsync()

    Method invoked when any changes in component state occurs.

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    ="Task".

    Overrides
    GridLines.OnParametersSetAsync()
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved