FamilyTypefaceCollection.Item[Int32] プロパティ

定義

FamilyTypeface の 0 から始まるインデックス位置に格納されている FamilyTypefaceCollection を取得または設定します。

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

パラメーター

index
Int32

FamilyTypefaceCollection を取得または設定する FamilyTypeface の 0 から始まるインデックス。

プロパティ値

FamilyTypeface

指定したインデックス位置にある要素。

実装

適用対象