예제 #1
0
 public static string GetHeight(DependencyObject obj) => obj.Get<string>(HeightProperty);
예제 #2
0
 public static string GetWidth(DependencyObject obj) => obj.Get<string>(WidthProperty);
예제 #3
0
 public static string GetContent(DependencyObject obj) => obj.Get<string>(ContentProperty);