FamilyTypefaceCollection.Item[Int32] Właściwość

Definicja

Pobiera lub ustawia FamilyTypeface wartość przechowywaną w indeksie zerowym klasy 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

Parametry

index
Int32

Indeks FamilyTypefaceCollection oparty na zera, z którego ma zostać wyświetlony lub ustawiony parametr FamilyTypeface.

Wartość właściwości

FamilyTypeface

Element pod określonym indeksem.

Implementuje

Dotyczy