Example #1
0
 public static string GetWidthClass(this HtmlHelper html, INavigationPanelWidth panel)
 {
     return(html.GetWidthClass(panel.Width));
 }
Example #2
0
 /// <summary>Static getter for Width</summary>
 public static string GetWidth(INavigationPanelWidth that)
 {
     return(that.GetPropertyValue <string>("width"));
 }