'宣言 Public Property ChildrenFlowDirection As System.Windows.Controls.Orientation
public System.Windows.Controls.Orientation ChildrenFlowDirection {get; set;}
'宣言 Public Property ChildrenFlowDirection As System.Windows.Controls.Orientation
public System.Windows.Controls.Orientation ChildrenFlowDirection {get; set;}
ChildrenFlowDirectionが System.Windows.Controls.Orientation.Horizontalに設定されている場合、子要素は行単位で配置されます。つまり、最初に1番目のグリッド行に、次に2番目の行に(左から右に)情報が挿入されます。
ChildrenFlowDirectionが System.Windows.Controls.Orientation.Verticalに設定されている場合、子要素は列単位で配置されます。つまり、最初に1番目のグリッド列に、次に2番目の列に(上から下に)情報が挿入されます。