OrgChart for UWP
FlowDirection
レイアウトおよび外観 > 外観プロパティ > FlowDirection

FlowDirection プロパティでは、組織図のフローを右から左または左から右のどちらにするかを指定できます。デフォルトでは、C1OrgChart のフローは左から右になります。FlowDirection プロパティを RightToLeft に`変更するには、次のマークアップを使用します。

マークアップ
コードのコピー
<OrgChart:C1OrgChart
  Name="_orgChart" FlowDirection="RightToLeft"
  ItemTemplate="{StaticResource EmployeeTemplate }" >
</OrgChart:C1OrgChart>

関連トピック