 | CustomProgressBarValue property |
Percentage value of the ProgressBar - can be read and set externally.
Namespace: NetEti.CustomControlsAssembly: NetEti.CustomProgressBar (in NetEti.CustomProgressBar.dll) Version: 1.0.0+b268983ad2aa6fe7c688c3fe52848bea8f5bfb7c
Syntaxpublic int Value { get; set; }Public Property Value As Integer
Get
Set
public:
property int Value {
int get ();
void set (int value);
}member Value : int with get, set
Property value
Int32
See also