IPropertyGradientState



Describes multiple state property of type Gradient.

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

class IPropertyGradientState :public virtual IPropertyState
{
public:
    virtual Gradient *getValue(const String &state) = 0; // Return value depending on state
};
Namespace: nitisa
Include: Nitisa/Interfaces/IProperty.h