 | CustomProgressBarIsIndeterminate property |
Switches between the ProgressBar running from left to right and the ProgressBar running back and forth forever.
Namespace: NetEti.CustomControlsAssembly: NetEti.CustomProgressBar (in NetEti.CustomProgressBar.dll) Version: 1.0.0+b268983ad2aa6fe7c688c3fe52848bea8f5bfb7c
Syntaxpublic bool IsIndeterminate { get; set; }Public Property IsIndeterminate As Boolean
Get
Set
public:
property bool IsIndeterminate {
bool get ();
void set (bool value);
}member IsIndeterminate : bool with get, set
Property value
Boolean
See also