Gets or Sets the width of the sidebar.
'Declaration
Public Property Width As Integer
public int Width {get; set;}
Property Value
The width of the sidebar in pixels. Attempts to set this property to a value outside the allowed range will result in the width being set to the nearest boundary value (either
MinSidebarWidth or
MaxSidebarWidth).