Direction - SirePi/duality-ui GitHub Wiki

The Direction is an enumerator that is used to determine the direction in which a Control should grow. It is used in ProgressBarConfiguration and StackPanel.

It supports the following values:

  • LeftToRight
  • RightToLeft
  • UpToDown
  • DownToUp