Пример #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);