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