-ms-progress-appearance property
[This documentation is preliminary and is subject to change.]
Gets or sets a value that specifies whether a progress control displays as a bar or a ring.
This property is read/write.
Syntax
HRESULT put_-ms-progress-appearance(
VARIANT v
);
HRESULT get_-ms-progress-appearance(
[out, retval] VARIANT *p = bar
);
Property values
Type: VARIANT
A value that specifies whether a progress control displays as a bar or a ring.
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.
String format
bar | ring
CSS information
| Applies To | |
| Media | visual |
| Inherited | false |
| Initial Value | bar |
Requirements
Minimum supported client |
Windows 8 Release Preview |
Minimum supported server |
Windows Server 2012 |
Build date: 6/12/2012