FamilyTypefaceCollection.Item[Int32] Propriété

Définition

Obtient ou définit le FamilyTypeface stocké à l'index de base zéro de 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

Paramètres

index
Int32

Index de base zéro de FamilyTypefaceCollection à partir duquel obtenir ou définir FamilyTypeface.

Valeur de propriété

FamilyTypeface

Élément au niveau de l'index spécifié.

Implémente

S’applique à