コード例 #1
0
 /// <summary>Static getter for Use Light Text Color</summary>
 public static bool GetUseLightTextColor(IAbstractPageBackgroundImage that)
 {
     return(that.GetPropertyValue <bool>("useLightTextColor"));
 }
コード例 #2
0
 /// <summary>Static getter for Use Overlay</summary>
 public static bool GetUseOverlay(IAbstractPageBackgroundImage that)
 {
     return(that.GetPropertyValue <bool>("useOverlay"));
 }
コード例 #3
0
 /// <summary>Static getter for Summary</summary>
 public static string GetSummary(IAbstractPageBackgroundImage that)
 {
     return(that.GetPropertyValue <string>("summary"));
 }
コード例 #4
0
 /// <summary>Static getter for Show Info Box</summary>
 public static bool GetShowInfoBox(IAbstractPageBackgroundImage that)
 {
     return(that.GetPropertyValue <bool>("showInfoBox"));
 }
コード例 #5
0
 /// <summary>Static getter for Background Image</summary>
 public static string GetPageBackgroundImage(IAbstractPageBackgroundImage that)
 {
     return(that.GetPropertyValue <string>("pageBackgroundImage"));
 }
コード例 #6
0
 /// <summary>Static getter for Large height</summary>
 public static bool GetLargeHeight(IAbstractPageBackgroundImage that)
 {
     return(that.GetPropertyValue <bool>("largeHeight"));
 }
コード例 #7
0
 /// <summary>Static getter for Hide Breadcrumb</summary>
 public static bool GetHideBreadcrumb(IAbstractPageBackgroundImage that)
 {
     return(that.GetPropertyValue <bool>("hideBreadcrumb"));
 }