Customization of Waiting Bar Style and Appearance in C#.NET
KetticWaitingBar control is a powerful .NET component that can display the running operation for Windows Forms application. It is also allows the developers to customize the style and appearance of the waiting bar through the rich C# API included in the KetticWaitingBar control. In the C# tutorial below, we are going through the process of the visual appearance customization of the KetticWaitingBar.
Customize KetticWaitingBar Text in C#.NET
KetticWaitingBar control allows the UI designers to show the text of the waiting bar. There are few properties available for customizing the text of the KetticWaitingBar in C# Windows Forms application.
The following C# code demonstrates how to set these properties for customizing the text of KetticWaitingBar.
Customize Dash style of KetticWaitingBar in C#.NET
KetticWaitingBar control is capable of customizing the Dash style of the waiting bar. This functionality is enabled by setting the WaitingStyle to Dash. We can customize the appearance of the stripes pattern via accessing the SeparatorElement of the KetticWaitingBarElement. The C# code snippet below shows how to achieve this. C# Setting Dash style for Waiting Indicators
Furthermore, the KetticWaitingBar control allows the designers to customize the dash style of the waiting indicators. We shall access the SeparatorElements of all indicators to customize the appearance of the stripes pattern of indicators. The following C# code sample demonstrates how to customize the dash style of waiting indicator. Customize KetticWaitingBar shape in C#.NET
When customizing the KetticWaitingBar in C# Windows Forms application, we can apply various shapes to the WaitingBarElement, as well as the waiting indicator. The C# code sample below shows how to apply elliptical shape to the waiting indicator and the WaitingBarElement. | ![]() 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 ControlWinForms 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 ControlProgressBarGet Started in C#CustomizationScrollBarGet Started in C#CustomizationTrackBarGet Started in C#CustomizationModesWaitingBarGet Started in C#Properties & MethodsBackground WorkerCustomizationWinForms TreeView UI ControlWinForms Wizard UI ControlWinForms Test UI ControlWinForms Theme UI Control |