FamilyTypefaceCollection.Item[Int32] Vlastnost

Definice

Získá nebo nastaví FamilyTypeface , který je uložen na nulovém indexu 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

Nulový index FamilyTypefaceCollection , ze kterého se má získat nebo nastavit FamilyTypeface.

Hodnota vlastnosti

FamilyTypeface

Prvek na pozici zadaného indexu.

Implementuje

Platí pro