Share via


ProgressBar.ProgressColor Property

Definition

Get or sets the color of the progress bar.

public:
 property Microsoft::Maui::Graphics::Color ^ ProgressColor { Microsoft::Maui::Graphics::Color ^ get(); void set(Microsoft::Maui::Graphics::Color ^ value); };
public Microsoft.Maui.Graphics.Color ProgressColor { get; set; }
member this.ProgressColor : Microsoft.Maui.Graphics.Color with get, set
Public Property ProgressColor As Color

Property Value

The color of the progress bar.

Applies to