C1ToolbarPanel class represents a panel that is used for element layout in C1Toolbar.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public class C1ToolbarPanel : Panel
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Class C1ToolbarPanel _
	Inherits Panel

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Panel
          C1.Silverlight.Toolbar..::..C1ToolbarPanel

See Also