コード例 #1
0
 /// <summary>Static getter for ImageSet</summary>
 public static string GetImageSet(ITileSetHeader that)
 {
     return(that.GetPropertyValue <string>("imageSet"));
 }
コード例 #2
0
 /// <summary>Static getter for Page Title</summary>
 public static string GetPageTitle(ITileSetHeader that)
 {
     return(that.GetPropertyValue <string>("pageTitle"));
 }
コード例 #3
0
 /// <summary>Static getter for Theme Class</summary>
 public static object GetThemeClass(ITileSetHeader that)
 {
     return(that.GetPropertyValue("themeClass"));
 }