lishuangquan1987 / StepBar

a wpf step bar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WPF StepBar

a wpf stepbar like below:

UseAge:

<s:StepBar Height="500" Margin="5,0,0,0"  CurrentIndex="6" Orientation="Vertical">
            <s:StepBarItem>化成</s:StepBarItem>
            <s:StepBarItem>分容</s:StepBarItem>
            <s:StepBarItem>OCV</s:StepBarItem>
            <s:StepBarItem>DCIR</s:StepBarItem>
            <s:StepBarItem>分选</s:StepBarItem>
</s:StepBar>

About

a wpf step bar


Languages

Language:C# 100.0%