  | 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)
Syntaxpublic 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