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