FamilyTypefaceCollection.Item[Int32] Proprietà

Definizione

Ottiene o imposta l'oggetto FamilyTypeface archiviato in base all'indice in base zero dell'oggetto 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

Parametri

index
Int32

Indice in base zero dell'oggetto FamilyTypefaceCollection in base al quale ottenere o impostare l'oggetto FamilyTypeface.

Valore della proprietà

FamilyTypeface

Elemento in corrispondenza dell'indice specificato.

Implementazioni

Si applica a