feat: move identification to measure process.

This commit is contained in:
rabbitism
2024-02-21 23:34:39 +08:00
parent 6f4e11c7f5
commit 395d185714
3 changed files with 31 additions and 10 deletions

View File

@@ -10,7 +10,7 @@
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
x:Class="Ursa.Demo.Pages.ToolBarDemo">
<StackPanel>
<u:ToolBar HorizontalAlignment="Left">
<u:ToolBar HorizontalAlignment="Left" Header="Hello World">
<Button Content="Button 1" />
<Button Content="Button 2" />
<Button Content="Button 3" u:ToolBar.OverflowMode="Always" />
@@ -20,6 +20,5 @@
<template:ToolBarItemTemplateSelector/>
</u:ToolBar.ItemTemplate>
</u:ToolBar>
<CheckBox Content="Check"></CheckBox>
</StackPanel>
</UserControl>