ProgressControl.UseFixedSizeSpinner 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.
Indicates whether the size of the spinner animation should be fixed, regardless
of the size of the ProgressControl. Default value: true
.
Setting this value to false
will cause the size of the spinner animation
to be determined by the size of the ProgressControl.
public bool UseFixedSizeSpinner { get; set; }
member this.UseFixedSizeSpinner : bool with get, set
Public Property UseFixedSizeSpinner As Boolean
Property Value
Remarks
Early implementations of ProgressControl created a spinner animation with a fixed size of 20x20. That is not always desired, but existing uses of the control may -- knowingly or unknowingly -- depend on that fact.