13 references to TickStyle
System.Windows.Forms (13)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (13)
37
private
TickStyle
_tickStyle =
TickStyle
.BottomRight;
156
case
TickStyle
.None:
159
case
TickStyle
.TopLeft:
163
case
TickStyle
.BottomRight:
167
case
TickStyle
.Both:
528
[DefaultValue(
TickStyle
.BottomRight)]
530
public
TickStyle
TickStyle
535
if (value is <
TickStyle
.None or >
TickStyle
.Both)
537
throw new InvalidEnumArgumentException(nameof(value), (int)value, typeof(
TickStyle
));
777
if (_tickStyle ==
TickStyle
.None || _autoDrawTicks)
1139
if (TickStyle ==
TickStyle
.None)