ComponentOne Sizer for WinForms
C1.Win.Sizer.8 Assembly / C1.Win.Sizer Namespace / C1SizerLight Class / ResizeFonts Property

In This Topic
    ResizeFonts Property (C1SizerLight)
    In This Topic
    Determines whether the C1SizerLight should resize control fonts in addition to the controls themselves.
    Syntax
    'Declaration
     
    Public Property ResizeFonts As System.Boolean
    public System.bool ResizeFonts {get; set;}
    See Also