Gets or sets whether the task dialog should draw right-to-left for RTL languages.
[DefaultValue(false)]
[Localizable(true)]
[C1Description("C1TaskDialog.RightToLeft", "Indicates whether the task dialog should draw right-to-left for RTL languages.")]
public bool RightToLeft {get; set;}
'Declaration
<DefaultValueAttribute(False)>
<LocalizableAttribute(True)>
<C1DescriptionAttribute("C1TaskDialog.RightToLeft", "Indicates whether the task dialog should draw right-to-left for RTL languages.")>
Public Property RightToLeft As Boolean