Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top Tetra Creations documentation