alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum GridType

    Specifies the type of grid lines.

    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum GridType
    Examples
    <SfDiagramComponent >
        <SnapSettings GridType = "GridType.Dots" >
        </SnapSettings>
    </SfDiagramComponent>

    Fields

    Name Description
    Dots

    Renders grid patterns as dots.

    Lines

    Renders grid patterns as lines.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved