FamilyTypefaceCollection.Item[Int32] Propriedade

Definição

Obtém ou define o FamilyTypeface que é armazenado no índice de base zero da 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

Parâmetros

index
Int32

O índice de base zero da FamilyTypefaceCollection da qual o FamilyTypeface deve ser obtido ou definido.

Valor da propriedade

FamilyTypeface

O elemento no índice especificado.

Implementações

Aplica-se a