TaskDialogProgressBar.MarqueeSpeed 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.
Gets or sets the speed of the marquee display of a progress bar.
public:
property int MarqueeSpeed { int get(); void set(int value); };
public int MarqueeSpeed { get; set; }
member this.MarqueeSpeed : int with get, set
Public Property MarqueeSpeed As Integer
Property Value
The speed of the marquee display which is the time, in milliseconds, between marquee animation updates. If this value is 0
, the marquee animation is updated every 30 milliseconds. The default value is 0
.
Exceptions
The property is set on a progress bar instance that is currently bound to a task dialog, but it's not visible as its initial State property value was None. - or - The property is set on a progress bar instance that is currently bound to a task dialog, but the dialog has just started navigating to a different page.
Remarks
This value is only used if the progress bar is a marquee progress bar (as defined by the State property).
This property can be set while the dialog is shown.