Implements Colorizer.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public Colorizer Colorizer { get; set; }
Visual Basic (Declaration)
Public Property Colorizer As Colorizer
Visual C++
public:
virtual property Colorizer^ Colorizer {
	Colorizer^ get () sealed;
	void set (Colorizer^ value) sealed;
}

Implements

IScale..::.Colorizer

See Also