FamilyTypefaceCollection.Add(FamilyTypeface) Method

Definition

Inserts the specified FamilyTypeface object into the collection.

public:
 virtual void Add(System::Windows::Media::FamilyTypeface ^ item);
public void Add (System.Windows.Media.FamilyTypeface item);
abstract member Add : System.Windows.Media.FamilyTypeface -> unit
override this.Add : System.Windows.Media.FamilyTypeface -> unit
Public Sub Add (item As FamilyTypeface)

Parameters

item
FamilyTypeface

The FamilyTypeface object to insert.

Implements

Applies to