Update WpfWrapPanelTest.cs
This commit is contained in:
Родитель
ffd4000bef
Коммит
7b6bd1ef93
|
@ -14,7 +14,7 @@ namespace WpfWrapPanelTest
|
||||||
{
|
{
|
||||||
public static class FrameworkElementExtensions
|
public static class FrameworkElementExtensions
|
||||||
{
|
{
|
||||||
public static Rect BoundsRelativeTo(this UIElement, Visual relativeTo)
|
public static Rect BoundsRelativeTo(this UIElement element, Visual relativeTo)
|
||||||
{
|
{
|
||||||
return
|
return
|
||||||
element.TransformToVisual(relativeTo)
|
element.TransformToVisual(relativeTo)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче