更新
This commit is contained in:
9
WPFDark/Controls/BiaUniformGrid.xaml
Normal file
9
WPFDark/Controls/BiaUniformGrid.xaml
Normal file
@@ -0,0 +1,9 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user