Share via


ProgressControl.UseFixedSizeSpinner Property

Definition

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.

Applies to