File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
components/Adorners/samples/ResizeElement Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- <Page x : Class =" AdornersExperiment.Samples.ResizeElement.ResizeElementAdornerWithDragSample"
1+ <Page x : Class =" AdornersExperiment.Samples.ResizeElement.ResizeElementAdornerWithDragSample"
22 xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
44 xmlns : adorners =" using:CommunityToolkit.WinUI.Adorners"
2020 Canvas.Top=" {x:Bind Top, Mode=TwoWay}"
2121 Canvas.ZIndex=" {x:Bind ZIndex, Mode=OneWay}"
2222 ManipulationMode =" TranslateX,TranslateY"
23- Source =" {x:Bind ImageSource}"
2423 PointerPressed =" Image_PointerPressed"
24+ Source =" {x:Bind ImageSource}"
2525 Stretch =" Fill" >
2626 <ui : AdornerLayer .Xaml>
2727 <adorners : ResizeElementAdorner Visibility =" {x:Bind IsSelected, Mode=OneWay}" />
You can’t perform that action at this time.
0 commit comments