Click or drag to resize

TaskDialogRightToLeft Property

Gets or sets a value that indicates whether text is displayed right to left.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool RightToLeft { get; set; }

Property Value

Type: Boolean
when the content of the dialog is displayed right to left; otherwise, . The default value is .
See Also