Files
Lattice/Lattice.UI.DragDrop.WinUI/Themes/Generic.xaml
2026-01-18 16:33:35 +03:00

19 lines
845 B
XML

<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<ResourceDictionary.MergedDictionaries>
<!-- Стили компонентов DragDrop -->
<ResourceDictionary Source="DragAdorner.xaml" />
<ResourceDictionary Source="DropPreviewAdorner.xaml" />
<ResourceDictionary Source="DragDropStyles.xaml" />
</ResourceDictionary.MergedDictionaries>
<!-- Алиасы для обратной совместимости -->
<Style x:Key="DragEnabledStyle" TargetType="Control"
BasedOn="{StaticResource Lattice.DragDrop.DragSourceStyle}" />
<Style x:Key="DropTargetStyle" TargetType="Control"
BasedOn="{StaticResource Lattice.DragDrop.DropTargetStyle}" />
</ResourceDictionary>