ProgressBar::RightToLeftLayout Property
.NET Framework (current version)
Gets or sets a value indicating whether the ProgressBar and any text it contains is displayed from right to left.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property bool RightToLeftLayout { virtual bool get(); virtual void set(bool value); }
Property Value
Type: System::Booleantrue if the ProgressBar is displayed from right to left; otherwise, false. The default is false.
The RightToLeftLayout property is useful when creating an application for use with languages that read from right to left.
.NET Framework
Available since 2.0
Available since 2.0
Show: