[]
Finds a style (NamedStyle object) in the collection with the specified name.
public virtual NamedStyle Find(string name)
Public Overridable Function Find(name As String) As NamedStyle
| Type | Name | Description |
|---|---|---|
| string | name | Name of the style to find |
| Type | Description |
|---|---|
| NamedStyle | A NamedStyle object. |