[]
Initializes a new instance of the StyleCollection class.
public StyleCollection()
Public Sub New()
Initializes a new instance of the StyleCollection class.
public StyleCollection(string[] keys, Style[] styles)
Public Sub New(keys As String(), styles As Style())
Type | Name | Description |
---|---|---|
string[] | keys | A Key array to be added to the StyleCollection. |
Style[] | styles | A Style array to be added to the StyleCollection. |