/// <summary>Static getter for ImageSet</summary> public static string GetImageSet(ITileSetHeader that) { return(that.GetPropertyValue <string>("imageSet")); }
/// <summary>Static getter for Page Title</summary> public static string GetPageTitle(ITileSetHeader that) { return(that.GetPropertyValue <string>("pageTitle")); }
/// <summary>Static getter for Theme Class</summary> public static object GetThemeClass(ITileSetHeader that) { return(that.GetPropertyValue("themeClass")); }