ScrollBar.IndicatorMode Property

Definition

Gets or sets a value that results in different input indicator modes for the ScrollBar.

public:
 property ScrollingIndicatorMode IndicatorMode { ScrollingIndicatorMode get(); void set(ScrollingIndicatorMode value); };
ScrollingIndicatorMode IndicatorMode();

void IndicatorMode(ScrollingIndicatorMode value);
public ScrollingIndicatorMode IndicatorMode { get; set; }
var scrollingIndicatorMode = scrollBar.indicatorMode;
scrollBar.indicatorMode = scrollingIndicatorMode;
Public Property IndicatorMode As ScrollingIndicatorMode
<ScrollBar IndicatorMode="scrollingIndicatorModeMemberName"/>

Property Value

A value of the enumeration. The default is None.

Remarks

The value of this property influences transition animations that are part of the default template for ScrollBar.

Applies to