FamilyTypefaceCollection.Item[Int32] Property

Definition

Gets or sets the FamilyTypeface that is stored at the zero-based index of the 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

Parameters

index
Int32

The zero-based index of the FamilyTypefaceCollection from which to get or set the FamilyTypeface.

Property Value

The element at the specified index.

Implements

Applies to