menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LayoutGridWrapper - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LayoutGridWrapper

    Inheritance
    System.Object
    LayoutGridWrapper
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class LayoutGridWrapper

    Constructors

    LayoutGridWrapper()

    Declaration
    public LayoutGridWrapper()

    Properties

    Color

    Declaration
    public Color Color { get; set; }
    Property Value
    Type
    System.Drawing.Color

    DashOffset

    Declaration
    public float DashOffset { get; set; }
    Property Value
    Type
    System.Single

    DashStyle

    Declaration
    public DashStyle DashStyle { get; set; }
    Property Value
    Type
    System.Drawing.Drawing2D.DashStyle

    GridStyle

    Declaration
    public GridStyle GridStyle { get; set; }
    Property Value
    Type
    GridStyle

    HorizontalSpacing

    Declaration
    public float HorizontalSpacing { get; set; }
    Property Value
    Type
    System.Single

    MinPixelSpacing

    Declaration
    public float MinPixelSpacing { get; set; }
    Property Value
    Type
    System.Single

    RenderingStyle

    Declaration
    public RenderingStyleWrapper RenderingStyle { get; set; }
    Property Value
    Type
    RenderingStyleWrapper

    SnapToGrid

    Declaration
    public bool SnapToGrid { get; set; }
    Property Value
    Type
    System.Boolean

    VerticalSpacing

    Declaration
    public float VerticalSpacing { get; set; }
    Property Value
    Type
    System.Single

    Visible

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved