FontFamilyMapCollection.Item[Int32] Property

Definition

Gets or sets the FontFamilyMap object at the specified index position.

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

Parameters

index
Int32

The zero-based index position of the object to get or set.

Property Value

The FontFamilyMap object at the index position.

Implements

Applies to