'Declaration Public Overloads Shared Function GetGutter( _ ByVal controlRendering As IControlRendering, _ ByVal leftControl As Control, _ ByVal rightControl As Control _ ) As Integer
public static int GetGutter( IControlRendering controlRendering, Control leftControl, Control rightControl )
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
- leftControl
- The System.Windows.Forms.Control on the left side.
- rightControl
- The System.Windows.Forms.Control on the right side.
Return Value
The maximum amount of gutter spacing, in pixels at the current DPI, between the two controls.