Click or drag to resize

ProgressProgressColor Property

Gets or sets the color of the progress bar.

Namespace:  CADSharpTools.MVVM.Models
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public string ProgressColor { get; set; }

Property Value

Type: String
Remarks
When binding to the WPF ProgressBar control, you may use hexadecimal colors for a wider array of choices.
See Also