CharacterMetricsDictionary.Values プロパティ

定義

重要

この API は CLS 準拠ではありません。

CharacterMetrics 内の 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)

プロパティ値

ICollection<CharacterMetrics>

CharacterMetrics 型のコレクション。

実装

属性

適用対象