forked from syncfusion/wpf-demos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGetting Started.xaml
18 lines (13 loc) · 1.12 KB
/
Getting Started.xaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<FlowDocument xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Paragraph>
The Taskbar control is used to group multiple items with headers in desired layout. This sample showcases the important capabilities of the Taskbar control.</Paragraph>
<List>
<ListItem><Paragraph>The visual styles denote built-in themes, including metro, office themes, visual studio, etc.</Paragraph></ListItem>
<ListItem><Paragraph>Taskbar supports both the left-to-right and right-to-left layouts.</Paragraph></ListItem>
<ListItem><Paragraph>Orientation denotes vertical layout and horizontal layout positionings of the taskbar items. .</Paragraph></ListItem>
<ListItem><Paragraph>Customizes the animation delay for expander icon.</Paragraph></ListItem>
<ListItem><Paragraph>Provides options to show or hide header of each items.</Paragraph></ListItem>
<ListItem><Paragraph>Allows to either expand or collapse all the task bar items.</Paragraph></ListItem>
</List>
<Paragraph TextAlignment ="Center"><Image Source="Images\TaskBar Demo.png" Stretch="None"/></Paragraph>
</FlowDocument>