FontFamilyMapCollection.Item[Int32] プロパティ

定義

指定したインデックス位置にある FontFamilyMap オブジェクトを取得または設定します。

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

パラメーター

index
Int32

取得または設定するオブジェクトの 0 から始まるインデックス位置。

プロパティ値

FontFamilyMap

index 位置にある FontFamilyMap オブジェクト。

実装

適用対象