mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-14 13:16:38 +08:00
项目结构调整
This commit is contained in:
7
Others/Live-Charts-master/UwpView/Themes/Size/l.xaml
Normal file
7
Others/Live-Charts-master/UwpView/Themes/Size/l.xaml
Normal file
@@ -0,0 +1,7 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:system="using:System">
|
||||
|
||||
<system:Double x:Key="Size">15</system:Double>
|
||||
|
||||
</ResourceDictionary>
|
||||
7
Others/Live-Charts-master/UwpView/Themes/Size/m.xaml
Normal file
7
Others/Live-Charts-master/UwpView/Themes/Size/m.xaml
Normal file
@@ -0,0 +1,7 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:system="using:System">
|
||||
|
||||
<system:Double x:Key="Size">12</system:Double>
|
||||
|
||||
</ResourceDictionary>
|
||||
7
Others/Live-Charts-master/UwpView/Themes/Size/s.xaml
Normal file
7
Others/Live-Charts-master/UwpView/Themes/Size/s.xaml
Normal file
@@ -0,0 +1,7 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:system="using:System">
|
||||
|
||||
<system:Double x:Key="Size">10</system:Double>
|
||||
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user