Gets Style by specific name.
Namespace:
PerpetuumSoft.Instrumentation.StylesAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
C# |
---|
public Style this[ string styleName ] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _ styleName As String _ ) As Style |
Visual C++ |
---|
public: property Style^ default[String^ styleName] { Style^ get (String^ styleName); } |
Parameters
- styleName
- Type: System..::.String