/// <summary>Static getter for Use Light Text Color</summary>
 public static bool GetUseLightTextColor(IAbstractPageBackgroundImage that)
 {
     return(that.GetPropertyValue <bool>("useLightTextColor"));
 }
 /// <summary>Static getter for Use Overlay</summary>
 public static bool GetUseOverlay(IAbstractPageBackgroundImage that)
 {
     return(that.GetPropertyValue <bool>("useOverlay"));
 }
 /// <summary>Static getter for Summary</summary>
 public static string GetSummary(IAbstractPageBackgroundImage that)
 {
     return(that.GetPropertyValue <string>("summary"));
 }
 /// <summary>Static getter for Show Info Box</summary>
 public static bool GetShowInfoBox(IAbstractPageBackgroundImage that)
 {
     return(that.GetPropertyValue <bool>("showInfoBox"));
 }
 /// <summary>Static getter for Background Image</summary>
 public static string GetPageBackgroundImage(IAbstractPageBackgroundImage that)
 {
     return(that.GetPropertyValue <string>("pageBackgroundImage"));
 }
 /// <summary>Static getter for Large height</summary>
 public static bool GetLargeHeight(IAbstractPageBackgroundImage that)
 {
     return(that.GetPropertyValue <bool>("largeHeight"));
 }
 /// <summary>Static getter for Hide Breadcrumb</summary>
 public static bool GetHideBreadcrumb(IAbstractPageBackgroundImage that)
 {
     return(that.GetPropertyValue <bool>("hideBreadcrumb"));
 }