TextStyleChooserFontFamilyCollection - свойство
Collection of font families to display in the font family list. By default this is Fonts.SystemFontFamilies,
but a client could set this to another collection returned by Fonts.GetFontFamilies, e.g., a collection of
application-defined fonts.
Пространство имён: Tessa.UI.Controls.TextStyleChooserСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public ICollection<FontFamily> FontFamilyCollection { get; set; }
Public Property FontFamilyCollection As ICollection(Of FontFamily)
Get
Set
public:
property ICollection<FontFamily^>^ FontFamilyCollection {
ICollection<FontFamily^>^ get ();
void set (ICollection<FontFamily^>^ value);
}
member FontFamilyCollection : ICollection<FontFamily> with get, set
Значение свойства
ICollectionFontFamily