BasicWindowSideBarMinWidth Property |
Gets or sets the minimum width of the
SideBar panel. the default value is 300 pixels.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public double SideBarMinWidth { get; set; }
Public Property SideBarMinWidth As Double
Get
Set
public:
property double SideBarMinWidth {
double get ();
void set (double value);
}
Property Value
Type:
Double
The minimum width of the side bar.
See Also