'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.