|
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)
Syntaxpublic string ProgressColor { get; set; }
Public Property ProgressColor As String
Get
Set
Property Value
Type:
String
RemarksWhen binding to the WPF
ProgressBar control, you may use hexadecimal colors for a wider array of choices.
See Also