Click or drag to resize

ProgressIsIndeterminate Property

Gets or sets the IsInderminate property.

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

Property Value

Type: Boolean
Remarks
Bind this property to the IsIndeterminate property.
See Also