Gets a style with the specified name from the collection.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public Style this[ string name ] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _ name As String _ ) As Style |
Visual C++ |
---|
public: property Style^ default[String^ name] { Style^ get (String^ name); } |
Parameters
- name
- Type: System..::.String