ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.Controls Namespace / LayoutUtils Class / GetIndention Method
The System.Windows.Forms.Control to get the indention value for.

In This Topic
    GetIndention Method
    In This Topic
    Gets the Calculated indention value , in pixels for the current DPI, for the passed in control.
    Syntax
    'Declaration
     
    Public Shared Function GetIndention( _
       ByVal controlRendering As IControlRendering, _
       ByVal control As Control _
    ) As Integer
    public static int GetIndention( 
       IControlRendering controlRendering,
       Control control
    )

    Parameters

    controlRendering
    control
    The System.Windows.Forms.Control to get the indention value for.

    Return Value

    The amount of pixels, at the current DPI, the control should be indented.
    See Also