 | CustomProgressBarIsGlowing property |
Switches the glow effect of the ProgressBar on or off.
Namespace: NetEti.CustomControlsAssembly: NetEti.CustomProgressBar (in NetEti.CustomProgressBar.dll) Version: 1.0.0+b268983ad2aa6fe7c688c3fe52848bea8f5bfb7c
Syntaxpublic bool IsGlowing { get; set; }Public Property IsGlowing As Boolean
Get
Set
public:
property bool IsGlowing {
bool get ();
void set (bool value);
}member IsGlowing : bool with get, set
Property value
Boolean
See also