Content


NTL
Core
IPropertyBorderColorState

IPropertyBorderColorState


Describes multiple state property of type BorderColor.

You can find more information in comments below. Overrided methods can be found in corresponding base interface.

class IPropertyBorderColorState :public virtual IPropertyState
{
public:
    virtual BorderColor getValue(const String &state) = 0; // Return value depending on state

    virtual bool setValue(const String &state, const BorderColor value) = 0; // Set value of state
};
Namespace: nitisa
Include: Nitisa/Package/Interfaces/IPropertyBorderColorState.h