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

要取得或設定的物件之以零起始的索引。

屬性值

FontFamilyMap

index 位置的 FontFamilyMap 物件。

實作

適用於