This property is ignored and changing it has no effect as the control changes it automatically based on the TrackBar.Orientation property.

Namespace: NMixerProNET
Assembly: MixerProNET (in MixerProNET.dll) Version: 2.1.0.27196 (2.1.0)

Syntax

C#
public TickStyle TickStyle { get; set; }
Visual Basic
Public Property TickStyle As TickStyle
	Get
	Set
Visual C++
public:
property TickStyle TickStyle {
	TickStyle get ();
	void set (TickStyle value);
}

See Also