AppearanceDictionary.Add

Add(string, XForm)

Add X form for specifed key.

public void Add(string key, XForm value)
ParameterTypeDescription
keyStringElement key.
valueXFormXForm object value.

See Also


Add(KeyValuePair<string, XForm>)

Adds pair with key and value into the dictionary.

public void Add(KeyValuePair<string, XForm> item)
ParameterTypeDescription
itemKeyValuePair`2Item to be added.

See Also