C1.Win.4.8 Assembly / C1.Framework Namespace / StackPanel Class / StackPanel Constructor / StackPanel Constructor(Style,Boolean)
The Style object to use.
True for horizontal and False for vertical orientation.

In This Topic
StackPanel Constructor(Style,Boolean)
In This Topic
Initializes a new instance of the StackPanel element with specified orientation and style options.
Syntax
'Declaration
 
Public Function New( _
   ByVal style As Style, _
   ByVal horizontal As Boolean _
)
 

Parameters

style
The Style object to use.
horizontal
True for horizontal and False for vertical orientation.
See Also