KeyValueTable<System.Drawing.Color>.Item Property
Gets or sets the element with the specified key.
Thread safety: This property is not thread-safe. Show
Syntax
public System.Drawing.Color this[ AttributeValue ] { get; set; }
Parameters
key
Type: AttributeValue
The key of the element to get or set.
The key of the element to get or set.
Property Value
Type: System.Drawing.Color
The value associated with the specified key.
The value associated with the specified key.
Platforms
Windows, Linux, Android