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