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