CharacterMetricsDictionary.Values Property

Definition

Important

This API is not CLS-compliant.

Gets the collection of CharacterMetrics values in the CharacterMetricsDictionary.

public:
 property System::Collections::Generic::ICollection<System::Windows::Media::CharacterMetrics ^> ^ Values { System::Collections::Generic::ICollection<System::Windows::Media::CharacterMetrics ^> ^ get(); };
[System.CLSCompliant(false)]
public System.Collections.Generic.ICollection<System.Windows.Media.CharacterMetrics> Values { get; }
[<System.CLSCompliant(false)>]
member this.Values : System.Collections.Generic.ICollection<System.Windows.Media.CharacterMetrics>
Public ReadOnly Property Values As ICollection(Of CharacterMetrics)

Property Value

A collection of type CharacterMetrics.

Implements

Attributes

Applies to