ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.Controls Namespace / LayoutUtils Class / GetGutter Method / GetGutter(IControlRendering,Control) Method
an instance of the GrapeCity.ActiveReports.Design.DdrDesigner.ReportViewerWinForms.UI.IControlRendering to use to access the GrapeCity.ActiveReports.Design.DdrDesigner.ReportViewerWinForms.UI.ControlInfoFactory
The control which need to get the amount of gutter space.

In This Topic
    GetGutter(IControlRendering,Control) Method
    In This Topic
    Gets the amount of gutter space of one control with others.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetGutter( _
       ByVal controlRendering As IControlRendering, _
       ByVal control As Control _
    ) As Integer
    public static int GetGutter( 
       IControlRendering controlRendering,
       Control control
    )

    Parameters

    controlRendering
    an instance of the GrapeCity.ActiveReports.Design.DdrDesigner.ReportViewerWinForms.UI.IControlRendering to use to access the GrapeCity.ActiveReports.Design.DdrDesigner.ReportViewerWinForms.UI.ControlInfoFactory
    control
    The control which need to get the amount of gutter space.

    Return Value

    The amount gutter spacing, in pixels at the current DPI.
    See Also