mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-07 17:56:35 +08:00
7 lines
287 B
Plaintext
7 lines
287 B
Plaintext
|
|
<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>
|