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

8 lines
472 B
XML

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="clr-namespace:WPFDark.Controls"
xmlns:wpf="clr-namespace:WPFDark">
<Style TargetType="{x:Type controls:BiaClippingBorder}">
<Setter Property="CornerRadius" Value="{x:Static wpf:Boxes.BasicCornerRadius}" />
</Style>
</ResourceDictionary>