[This is preliminary documentation and is subject to change.]

gets or set value indicating bidirectionl flow direction stored in Options

Namespace: Tools.WindowsT.WPF.DialogsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

Field Value

If value being set is RightToLeft then the Rtl bit of Options is set;+ otherwise it is unset.

Return Value

RightToLeft when Options has Rtl bit set; LeftToRight otherwise.

Remarks

Change of this property is reported via IReportsChange and INotifyPropertyChanged.

See Also