Returns the style by the name.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public virtual Style GetStyle( string name ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Function GetStyle ( _ name As String _ ) As Style |
| Visual C++ |
|---|
public: virtual Style^ GetStyle( String^ name ) |
Parameters
- name
- Type: System..::.String