Files
APIVisualExecutor/Nodify/Themes/Styles/CuttingLine.xaml
Ankitkumar Satapara 21aaef6776 Add project files.
2026-04-17 22:31:58 +05:30

16 lines
586 B
XML

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Nodify">
<Style TargetType="{x:Type local:CuttingLine}">
<Setter Property="StrokeThickness"
Value="3" />
<Setter Property="StrokeDashArray"
Value="2 1" />
<Setter Property="Stroke"
Value="Red" />
<Setter Property="Fill"
Value="Red" />
</Style>
</ResourceDictionary>