[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Designer.SnapGrid

SnapGrid Property

SnapGrid

Gets or sets a value indicating whether controls on the design surface should align to the nearest grid point.

Declaration
[Obsolete("SnapGrid is obsoleted for designer, please use LayoutMode instead")]
public bool SnapGrid { get; set; }
Property Value
Type Description
bool

true if controls are aligned to the nearest grid point; otherwise, false. The default is false.

Remarks

This property is obsolete and maintained for backward compatibility. Use the LayoutMode property to control the layout behavior of controls on the design surface.