FamilyTypefaceCollection.Item[Int32] 屬性

定義

取得或設定 FamilyTypeface,這個項目儲存在 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

屬性值

FamilyTypeface

在指定索引上的項目。

實作

適用於