CharacterMetricsDictionary.Item[Int32] Property

Definition

Gets or sets a value for the item in the collection that matches a specified key.

public:
 property System::Windows::Media::CharacterMetrics ^ default[int] { System::Windows::Media::CharacterMetrics ^ get(int key); void set(int key, System::Windows::Media::CharacterMetrics ^ value); };
public System.Windows.Media.CharacterMetrics this[int key] { get; set; }
member this.Item(int) : System.Windows.Media.CharacterMetrics with get, set
Default Public Property Item(key As Integer) As CharacterMetrics

Parameters

key
Int32

A value of type Int32.

Property Value

A value of type CharacterMetrics.

Implements

Applies to