コード例 #1
0
 /// <summary>
 /// A Stack is a container-type component that abstracts the implementation of a flexbox in order to define the layout of its children components.
 /// </summary>
 public static Stack Stack(Stack.Orientation orientation = Components.Stack.Orientation.Vertical) => new Stack(orientation);
コード例 #2
0
 /// <summary>
 /// A Stack is a container-type component that abstracts the implementation of a flexbox in order to define the layout of its children components.
 /// </summary>
 public static Stack Stack(Stack.Orientation orientation = Tesserae.Stack.Orientation.Vertical) => new Stack(orientation);