TickBar::IsDirectionReversed Property
.NET Framework (current version)
Gets or sets the direction of increasing value of the tick marks.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [BindableAttribute(true)] property bool IsDirectionReversed { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the direction of increasing value is to the left for a horizontal Slider or down for a vertical Slider; otherwise, false. The default value is false.
.NET Framework
Available since 3.0
Available since 3.0
Show: