[Missing <summary> documentation for P:PerpetuumSoft.Instrumentation.Model.Instrument.StyleProvider]

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

Syntax

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

See Also