Ejemplo n.º 1
0
 public UIStackView(UIStackDirection Direction = UIStackDirection.Vertical, Boolean Overflow = false)
     : base(null, UIElementType.BorderlessWindow)
 {
     _StackDirection = Direction;
     Autoresizable   = false;
     this.Overflow   = Overflow;
 }
Ejemplo n.º 2
0
 public UIStackView(UIStackDirection Direction = UIStackDirection.Vertical, Boolean Overflow = false)
     : base(null, UIElementType.BorderlessWindow)
 {
     _StackDirection = Direction;
     Autoresizable = false;
     this.Overflow = Overflow;
 }