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 对象。

实现

适用于