WpfSvgPalette Members
In This Article
#Constructors
Name | Description |
---|---|
Wpf |
Initializes a new instance of the Wpf |
#Fields
Name | Description |
---|---|
Palette |
Identifies the Wpf |
#Properties
Name | Description |
---|---|
Comparer |
Gets the IEquality |
Count |
Gets the number of key/value pairs contained in the Dictionary |
Item[TKey] |
Gets or sets the value associated with the specified key.
Inherited from Dictionary |
Keys |
Gets a collection containing the keys in the Dictionary |
Overrides |
Gets or sets whether the default palettes are overridden. |
States | Allows you to create certain palettes for specific states. |
ICollection. |
Gets a value that indicates whether access to the ICollection is synchronized (thread safe).
Inherited from Dictionary |
ICollection. |
Gets an object that can be used to synchronize access to the ICollection.
Inherited from Dictionary |
IDictionary. |
Gets a value that indicates whether the IDictionary has a fixed size.
Inherited from Dictionary |
IDictionary. |
Gets a value that indicates whether the IDictionary is read-only.
Inherited from Dictionary |
IDictionary. |
Gets or sets the value with the specified key.
Inherited from Dictionary |
IDictionary. |
Gets an ICollection containing the keys of the IDictionary.
Inherited from Dictionary |
IDictionary. |
Gets an ICollection containing the values in the IDictionary.
Inherited from Dictionary |
Values |
Gets a collection containing the values in the Dictionary |
#Methods
Name | Description |
---|---|
Add |
Adds the specified key and value to the dictionary.
Inherited from Dictionary |
Begin |
For internal use. |
Clear() |
Removes all keys and values from the Dictionary |
Contains |
Determines whether the Dictionary |
Contains |
Determines whether the Dictionary |
End |
For internal use. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns an enumerator that iterates through the Dictionary |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Implements the ISerializable interface and returns the data needed to serialize the Dictionary |
Get |
Gets the value of the Wpf |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
On |
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
Inherited from Dictionary |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the value with the specified key from the Dictionary |
Replace |
Allows you to replace colors for the palette. |
Replace |
Allows you to replace colors for the palette. |
Set |
Sets the value of the Wpf |
ICollection. |
Copies the elements of the ICollection |
IDictionary. |
Adds the specified key and value to the dictionary.
Inherited from Dictionary |
IDictionary. |
Determines whether the IDictionary contains an element with the specified key.
Inherited from Dictionary |
IDictionary. |
Returns an IDictionary |
IDictionary. |
Removes the element with the specified key from the IDictionary.
Inherited from Dictionary |
IEnumerable. |
Returns an enumerator that iterates through the collection.
Inherited from Dictionary |
To |
Returns a string that represents the current object. Inherited from Object. |
Try |
Gets the value associated with the specified key.
Inherited from Dictionary |
#Attached Properties
Name | Description |
---|---|
Palette static | Allows you to specify a palette for the SVG image. This is an attached property. |
See Also