Files
ShrlAlgoToolkit/WPFDark/Controls/BiaUniformGrid.xaml
ShrlAlgo 4d35cadb56 更新
2025-07-11 09:20:23 +08:00

9 lines
488 B
XML

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:wpf="clr-namespace:WPFDark"
xmlns:controls="clr-namespace:WPFDark.Controls">
<Style TargetType="{x:Type controls:BiaUniformGrid}">
<Setter Property="ColumnSpacing" Value="1.0" />
<Setter Property="RowSpacing" Value="1.0" />
</Style>
</ResourceDictionary>