ScrollBar.IndicatorMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.