ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / Designer Class / SnapGrid Property

In This Topic
    SnapGrid Property
    In This Topic
    Sets or returns a value indicating whether the controls should be snapped to the grid points.
    Syntax
    'Declaration
     
    Public Property SnapGrid As Boolean
    public bool SnapGrid {get; set;}

    Property Value

    Boolean value. If True, the controls are snapped to the grid points. If False, the controls can be sized and positioned freely.
    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.
    See Also