| Wijmo Control Toolkit Extender Controls > C1Progress Bar Extender > Changing the Fill Direction of the Progress Bar |
The C1ProgressBarExtender control allows you to change the direction in which the progress bar fills up. Options include east (left-to-right), west (right-to-left), north (bottom-to-top), and south (top-to-bottom) . Simply set the FillDirection property to take advantage of this feature.
The markup should now look similar to the following:
<asp:Panel ID="Panel1" runat="server">
</asp:Panel>
<wijmo:C1ProgressBarExtender ID="Panel1_C1ProgressBarExtender" runat="server"
FillDirection="North" TargetControlID="Panel1" Value="75">
</wijmo:C1ProgressBarExtender>