示例#1
0
 public static Rect GetRelativeRect(UIElement element)
 {
     return(RelativeLayoutPanel.GetRelativeRect(element));
 }