WpfSvgPalette Properties
A palette for the SVG image.| Name | Description |
|---|---|
| Comparer | Gets the IEqualityComparer<T> that is used to determine equality of keys for the dictionary. Inherited from Dictionary<TKey,TValue>. |
| Count | Gets the number of key/value pairs contained in the Dictionary<TKey,TValue>. Inherited from Dictionary<TKey,TValue>. |
| Item[TKey] | Gets or sets the value associated with the specified key. Inherited from Dictionary<TKey,TValue>. |
| Keys | Gets a collection containing the keys in the Dictionary<TKey,TValue>. Inherited from Dictionary<TKey,TValue>. |
| OverridesThemeColors | Gets or sets whether the default palettes are overridden. |
| States | Allows you to create certain palettes for specific states. |
| ICollection.IsSynchronized | Gets a value that indicates whether access to the ICollection is synchronized (thread safe). Inherited from Dictionary<TKey,TValue>. |
| ICollection.SyncRoot | Gets an object that can be used to synchronize access to the ICollection. Inherited from Dictionary<TKey,TValue>. |
| IDictionary.IsFixedSize | Gets a value that indicates whether the IDictionary has a fixed size. Inherited from Dictionary<TKey,TValue>. |
| IDictionary.IsReadOnly | Gets a value that indicates whether the IDictionary is read-only. Inherited from Dictionary<TKey,TValue>. |
| IDictionary.Item[Object] | Gets or sets the value with the specified key. Inherited from Dictionary<TKey,TValue>. |
| IDictionary.Keys | Gets an ICollection containing the keys of the IDictionary. Inherited from Dictionary<TKey,TValue>. |
| IDictionary.Values | Gets an ICollection containing the values in the IDictionary. Inherited from Dictionary<TKey,TValue>. |
| Values | Gets a collection containing the values in the Dictionary<TKey,TValue>. Inherited from Dictionary<TKey,TValue>. |
See Also