示例#1
0
 public static string GetBorderClass(this HtmlHelper html, INavigationPanelBorder panel)
 {
     return(panel.RightBorderLine ? "bdr" : "");
 }
 /// <summary>Static getter for Right Border Line</summary>
 public static bool GetRightBorderLine(INavigationPanelBorder that)
 {
     return(that.GetPropertyValue <bool>("rightBorderLine"));
 }