Back to Devexpress

WpfSvgPalette Properties

wpf-devexpress-dot-xpf-dot-core-dot-wpfsvgpalette-dot-underscore-properties.md

latest6.1 KB
Original Source

WpfSvgPalette Properties

A palette for the SVG image.

NameDescription
ComparerGets the IEqualityComparer<T> that is used to determine equality of keys for the dictionary. Inherited from Dictionary<TKey,TValue>.
CountGets 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>.
KeysGets a collection containing the keys in the Dictionary<TKey,TValue>. Inherited from Dictionary<TKey,TValue>.
OverridesThemeColorsGets or sets whether the default palettes are overridden.
StatesAllows you to create certain palettes for specific states.
ICollection.IsSynchronizedGets a value that indicates whether access to the ICollection is synchronized (thread safe). Inherited from Dictionary<TKey,TValue>.
ICollection.SyncRootGets an object that can be used to synchronize access to the ICollection. Inherited from Dictionary<TKey,TValue>.
IDictionary.IsFixedSizeGets a value that indicates whether the IDictionary has a fixed size. Inherited from Dictionary<TKey,TValue>.
IDictionary.IsReadOnlyGets 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.KeysGets an ICollection containing the keys of the IDictionary. Inherited from Dictionary<TKey,TValue>.
IDictionary.ValuesGets an ICollection containing the values in the IDictionary. Inherited from Dictionary<TKey,TValue>.
ValuesGets a collection containing the values in the Dictionary<TKey,TValue>. Inherited from Dictionary<TKey,TValue>.

See Also

WpfSvgPalette Class

WpfSvgPalette Members

DevExpress.Xpf.Core Namespace