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()
Assembly: Syncfusion.Diagram.Base.dll
public class LayoutGridWrapper
Constructors
Declaration
public LayoutGridWrapper()
Properties
Declaration
public Color Color { get; set; }
Property Value
Type |
System.Drawing.Color |
Declaration
public float DashOffset { get; set; }
Property Value
Declaration
public DashStyle DashStyle { get; set; }
Property Value
Type |
System.Drawing.Drawing2D.DashStyle |
Declaration
public GridStyle GridStyle { get; set; }
Property Value
Declaration
public float HorizontalSpacing { get; set; }
Property Value
Declaration
public float MinPixelSpacing { get; set; }
Property Value
Declaration
public RenderingStyleWrapper RenderingStyle { get; set; }
Property Value
Declaration
public bool SnapToGrid { get; set; }
Property Value
Declaration
public float VerticalSpacing { get; set; }
Property Value
Declaration
public bool Visible { get; set; }
Property Value