In This Article

SpinnerVisibility Enum

Specifies the desired visibility of a spinner within a parent control.

public enum SpinnerVisibility

Fields

Name Description
Collapsed

The spinner should always be hidden.

Visible

The spinner should always be visible.

VisibleWhenActive

The spinner should be visible when the parent control has focus or a pointer over it.