msProgressAppearance property

This property is obsolete. Use animation-name instead.

This property is read/write.

Syntax

msProgressAppearance: bar | ring

Property values

  • bar
    Default. The progress control appears as a progress bar. Use this style for determinate tasks and for indeterminate, non-modal tasks.

  • ring
    The progress control appears as a progress ring. Use this style for indeterminate, modal tasks.

CSS information

Applies To
Media visual
Inherited false
Initial Value bar

Examples

<progress style="-ms-progress-appearance: bar" /> 

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

See also

progress

CSSStyleDeclaration

currentStyle

defaults

runtimeStyle

style