ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / C1Sizer Class / ScaleChildren Property

In This Topic
    ScaleChildren Property (C1Sizer)
    In This Topic
    Gets a value that determines the scaling of child controls.
    Syntax
    'Declaration
     
    Protected Overrides ReadOnly Property ScaleChildren As System.Boolean
    protected override System.bool ScaleChildren {get;}

    Property Value

    true if child controls will be scaled when the System.Windows.Forms.Control.Scale(System.Single) method on this control is called; otherwise, false. The default is true.
    See Also