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

Gets or sets value of alignment 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

New valuef alignment to store in Options. Any unknown value is converted to AlignLeft.

Return Value

Extracted value of alignent stored in Options converted to HorizontalAlignment. Never returns Stretch.

Remarks

When setting value of this property any alignment-unrelated bits remains untouched.

Change of this property is reported via IReportsChange and INotifyPropertyChanged.

See Also