-
-
Notifications
You must be signed in to change notification settings - Fork 113
Timeline zh CN
末城via edited this page Jun 26, 2023
·
1 revision
适用于: v1.1.13
或更新的版本
此文档待补充。
xmlns:pu="https://opensource.panuon.com/wpf-ui"
...
<pu:Timeline ItemsToggleStroke="#80BEE8"
ItemsToggleStrokeThickness="1.5"
ItemsStickFill="#80BEE8"
ItemsStickThickness="1.5"
Foreground="Gray"
ItemsHeaderForeground="Black"
ItemsHeaderFontSize="16">
<pu:TimelineItem Header="Time 1"
Content="Content of time 1." />
<pu:TimelineItem Header="Time 2"
Content="Content of time 1." />
<pu:TimelineItem IsPending="True"
Header="Time 3"
Content="Content of time 1." />
</pu:Timeline>
xmlns:pu="https://opensource.panuon.com/wpf-ui"
...
<pu:Timeline pu:IconHelper.Foreground="#80BEE8"
ItemsToggleStroke="#80BEE8"
ItemsToggleStrokeThickness="1.5"
ItemsStickFill="#80BEE8"
ItemsStickThickness="1.5"
Foreground="Gray"
ItemsHeaderForeground="Black"
ItemsHeaderFontSize="16"
ItemsCompletedToggleFill="#80BEE8"
ShowIndex="True">
<pu:TimelineItem IsCompleted="True"
Header="Time 1"
Content="Content of time 1." />
<pu:TimelineItem IsPending="True"
Header="Time 2"
Content="Content of time 1." />
<pu:TimelineItem Header="Time 3"
Content="Content of time 1." />
</pu:Timeline>