AppearanceDictionary.Values

AppearanceDictionary.Values property

Gets the list of the dictionary values. Result collection contains the list of XForm objects.

public ICollection<XForm> Values { get; }

See Also