DragAndDrop core
This commit is contained in:
19
Lattice.UI.DragDrop.WinUI/Themes/Generic.xaml
Normal file
19
Lattice.UI.DragDrop.WinUI/Themes/Generic.xaml
Normal file
@@ -0,0 +1,19 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user