[]
Finds a style with the specified name in the collection.
public NamedStyle Find(string name)
Public Function Find(name As String) As NamedStyle
Type | Name | Description |
---|---|---|
string | name | Style (NamedStyle object) to find |
Type | Description |
---|---|
NamedStyle | Style (NamedStyle object) in the collection with the specified name, or null if no NamedStyle is found |