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