Class ThemeFontFamilyCollection
Represents a dynamic data collection of ThemeFontFamily objects.
Inheritance
System.Object
ThemeFontFamilyCollection
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class ThemeFontFamilyCollection : ObservableCollection<ThemeFontFamily>
Constructors
ThemeFontFamilyCollection()
Declaration
public ThemeFontFamilyCollection()
Methods
Contains(ThemeFontFamily)
Determines whether [contains] [the specified font family].
Declaration
public bool Contains(ThemeFontFamily fontFamily)
Parameters
Type | Name | Description |
---|---|---|
ThemeFontFamily | fontFamily | The font family. |
Returns
Type | Description |
---|---|
System.Boolean |
|
InsertItem(Int32, ThemeFontFamily)
Inserts an item into the collection at the specified index.
Declaration
protected override void InsertItem(int index, ThemeFontFamily item)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The zero-based index at which item should be inserted. |
ThemeFontFamily | item | The object of ThemeFontFamily type to insert. |