Gets or sets a value indicating whether right-to-left mirror placement is turned on.
'Declaration
Public Property RightToLeftLayout As System.Boolean
'Usage
Dim instance As QueryBuilder
Dim value As System.Boolean
instance.RightToLeftLayout = value
value = instance.RightToLeftLayout
public System.bool RightToLeftLayout {get; set;}
public: __property System.bool get_RightToLeftLayout();
public: __property void set_RightToLeftLayout(
System.bool value
);
Property Value
true if right-to-left mirror placement is turned on; otherwise, false for standard child control placement. The default is false.