|
@@ -136,12 +136,25 @@
|
|
IsVisible="{Binding Layer.LockTransparencyBindable, ElementName=uc}"/>
|
|
IsVisible="{Binding Layer.LockTransparencyBindable, ElementName=uc}"/>
|
|
</WrapPanel>
|
|
</WrapPanel>
|
|
</StackPanel>
|
|
</StackPanel>
|
|
- <Grid Margin="0, 0, 0, -2.5" helpers:DragDropEvents.DragEnter="Grid_DragEnter" VerticalAlignment="Bottom" helpers:DragDropEvents.Drop="Grid_Drop_Below" helpers:DragDropEvents.DragLeave="Grid_DragLeave" Height="10" Grid.Row="2" Grid.Column="0" DragDrop.AllowDrop="True" Background="Transparent" Name="dropBelowGrid"/>
|
|
|
|
- <Grid Margin="0, 0, 0, -2.5" VerticalAlignment="Bottom" Height="10" Grid.Row="2" Grid.Column="1" Background="{Binding ElementName=dropBelowGrid, Path=Background}"/>
|
|
|
|
|
|
+ <Grid Margin="0, 0, 0, -2.5"
|
|
|
|
+ helpers:DragDropEvents.DragEnter="Grid_DragEnter"
|
|
|
|
+ VerticalAlignment="Bottom"
|
|
|
|
+ helpers:DragDropEvents.Drop="Grid_Drop_Below"
|
|
|
|
+ helpers:DragDropEvents.DragLeave="Grid_DragLeave"
|
|
|
|
+ Height="10" Grid.Row="2" Grid.Column="0"
|
|
|
|
+ DragDrop.AllowDrop="True" Background="Transparent" Name="dropBelowGrid"/>
|
|
|
|
+ <Grid Margin="0, 0, 0, -2.5"
|
|
|
|
+ VerticalAlignment="Bottom"
|
|
|
|
+ Height="10" Grid.Row="2"
|
|
|
|
+ Grid.Column="1"
|
|
|
|
+ Background="{Binding ElementName=dropBelowGrid, Path=Background}"/>
|
|
|
|
|
|
- <Grid Margin="0, 0, 0, -2.5" VerticalAlignment="Bottom" Height="10" Grid.Row="2" Grid.Column="2"
|
|
|
|
- helpers:DragDropEvents.DragEnter="Grid_DragEnter" helpers:DragDropEvents.Drop="Grid_Drop_Bottom" helpers:DragDropEvents.DragLeave="Grid_DragLeave"
|
|
|
|
- DragDrop.AllowDrop="True" Background="Transparent"/>
|
|
|
|
|
|
+ <Grid Margin="0, 0, 0, -2.5" VerticalAlignment="Bottom"
|
|
|
|
+ Height="10" Grid.Row="2" Grid.Column="2"
|
|
|
|
+ helpers:DragDropEvents.DragEnter="Grid_DragEnter"
|
|
|
|
+ helpers:DragDropEvents.Drop="Grid_Drop_Bottom"
|
|
|
|
+ helpers:DragDropEvents.DragLeave="Grid_DragLeave"
|
|
|
|
+ DragDrop.AllowDrop="True" Background="Transparent"/>
|
|
</Grid>
|
|
</Grid>
|
|
</Grid>
|
|
</Grid>
|
|
<Border.ContextMenu>
|
|
<Border.ContextMenu>
|