TickBar::IsDirectionReversed Property

 

Gets or sets the direction of increasing value of the tick marks.

Namespace:   System.Windows.Controls.Primitives
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
[BindableAttribute(true)]
property bool IsDirectionReversed {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true 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
Return to top
Show: