Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1WrapPanel Class
Members

In This Topic
    C1WrapPanel Class
    In This Topic
    Positions child elements sequentially from top to bottom or from right to left, depending on the value of the Orientation property.
    Object Model
    C1WrapPanel Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Children", True)>
    Public Class C1WrapPanel 
       Inherits System.Windows.Controls.Panel
    [ContentProperty("Children", true)]
    public class C1WrapPanel : System.Windows.Controls.Panel 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Panel
                   C1.Silverlight.C1WrapPanel

    See Also