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