| TaskDialogRightToLeft Property |
Gets or sets a value that indicates whether text is displayed right to left.
Namespace:
Ookii.Dialogs.Wpf
Assembly:
Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool RightToLeft { get; set; }
Public Property RightToLeft As Boolean
Get
Set
public:
property bool RightToLeft {
bool get ();
void set (bool value);
}
member RightToLeft : bool with get, set
Property Value
Type:
Boolean when the content of the dialog is displayed right to left; otherwise,
.
The default value is
.
See Also