ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / StackPanel Class / Orientation Property

In This Topic
    Orientation Property (StackPanel)
    In This Topic
    Gets or sets a value that indicates the dimension by which child elements are stacked.
    Syntax
    'Declaration
     
    Public Property Orientation As System.Windows.Forms.Orientation
    public System.Windows.Forms.Orientation Orientation {get; set;}
    See Also