Enum Flow
Controls whether layout and rendering should respect directionality and writing mode. Used to suppress mirroring and bidi-aware behavior for diagrams, graphs, and non-linguistic views.
public enum Flow : byte
Fields
Aware = 1
Enable direction-aware and writing-mode-aware behavior.
Inherit = 0
Inherit flow behavior from the parent view.
Unaware = 2
Disable all direction-aware layout and rendering. Used for charts, maps, etc.