public static string GetHeight(DependencyObject obj) => obj.Get<string>(HeightProperty);
public static string GetWidth(DependencyObject obj) => obj.Get<string>(WidthProperty);
public static string GetContent(DependencyObject obj) => obj.Get<string>(ContentProperty);