Interface IColorChanger
Namespace: TetraCreations.ProgressBarSystem
Assembly: cs.temp.dll.dll
Syntax
public interface IColorChanger
Properties
ColorChangedEvent
Declaration
EventHandler<ColorChangedEventArgs> ColorChangedEvent { get; set; }
Property Value
Type | Description |
---|---|
System.EventHandler<TEventArgs><ColorChangedEventArgs> |
CurrentColor
Declaration
Color CurrentColor { get; }
Property Value
Type | Description |
---|---|
Color |