FamilyTypefaceCollection.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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。
屬性值
在指定索引上的項目。