DialogsAutoRightToLeftLayout Property
Gets whether right-to-left layout is automatically applied to the dialogs when the current UI culture is right-to-left.
Default value: .
Namespace: KGySoft.WinForms.FormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public static bool AutoRightToLeftLayout { get; set; }
Public Shared Property AutoRightToLeftLayout As Boolean
Get
Set
public:
static property bool AutoRightToLeftLayout {
bool get ();
void set (bool value);
}
static member AutoRightToLeftLayout : bool with get, set
Property Value
Boolean