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.5.0.19
Синтаксис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
См. также