this Property
this[string]
Gets the theme using the given name.
 
Declaration
  public ITheme this[string name] { get; }
 
  Public ReadOnly Default Property Item(name As String) As ITheme
 
Parameters
  
    
      | Type | 
      Name | 
      Description | 
    
  
  
    
      | string | 
      name | 
      The theme name 
 | 
    
  
Property Value