Gets or set the value that indicates how to handle the items which do not fit to the available space.

Namespace:  C1.Silverlight.Toolbar
Assembly:  C1.Silverlight.Toolbar (in C1.Silverlight.Toolbar.dll)

Syntax

C#
public ToolbarOverflow Overflow { get; set; }
Visual Basic
Public Property Overflow As ToolbarOverflow
	Get
	Set

See Also