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

In This Topic
    Control Property (C1SizerLightEventArgs)
    In This Topic
    Gets a reference to the control whose font is about to be resized by the C1SizerLight component.
    Syntax
    'Declaration
     
    Public ReadOnly Property Control As System.Windows.Forms.Control
    public System.Windows.Forms.Control Control {get;}
    See Also