menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ThemeFontFamilyCollection - API Reference

    Show / Hide Table of Contents

    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

    true if [contains] [the specified font family]; otherwise, false.

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved