C# code for KetticLabel WinForms Control
KetticLabel WinForms Control is an alternative of the Microsoft standard Windows Forms label control. However, this Label control supports the application of themes predefined in the Kettic UI WinForms control and also allows the users to build custom themes by using the UI Style Designer. The KetticLabel Component is capable of designing a label in .NET applications in a look and feel with other KetticControls.
Properties for Using KetticLabel in C#.NET
KetticLabel .NET component offers an alternative of the standard Windows Form Label with extended features such as themes customizing support. This KetticLabel control shares the complete properties of the standard Windows Forms Label control, such as,
Sample of Customizing KetticLabel Control
The following is an example that uses an image as the background and customizes the fore color. This is accomplished by setting the BackgroundImage property to YellowLeaves.jpg, which is included in the Picture Folder, setting the BackgroundImageLayout to Stretch, and setting the ForeColor property to Transparency. | ![]() UI Controlsfor Windows Forms .NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI DesignWinForms UI Controls WinForms Buttons UI Control WinForms Calendar UI ControlWinForms Carousel UI ControlWinForms Chart UI ControlWinForms Clock UI ControlCommandBar UI ControlWinForms Dock UI ControlDesktop Alert UI ControlDropDown List UI ControlWinForms Editor UI ControlForms and Dialogs UI ControlWinForms GridView UI ControlWinForms ListView UI ControlWinForms Menu UI ControlWinForms ComboBox UI ControlWinForms PageView UI ControlPanels and Labels UI ControlGroupboxHeader StylingThemeLabelC# programmingText FormattingPanelRounded CornersGradient BackgroundSeparatorScrollable PanelWinForms Panorama UI ControlWinForms PDFViewer UI ControlWinForms Property Grid UI ControlWinForms Ribbon UI ControlWinForms PivotGrid UI ControlWinForms RichTextBox UI ControlWinForms Rotator UI ControlWinForms Scheduler UI ControlWinForms Shortcuts UI ControlWinForms SpellChecker UI ControlWinForms Track & Status UI ControlWinForms TreeView UI ControlWinForms Wizard UI ControlWinForms Test UI ControlWinForms Theme UI Control |