Для изменения размера нажмите или перетащите

SmallTextContent - конструктор

Initializes a new instance of the SmallTextContent class. Initializes a new instance of the TextContent class. Initializes a new instance of the BaseContentItem class. Инициализирует новый экземпляр класса Object.

Пространство имён:  Tessa.UI.Views.Workplaces.Content
Сборка:  Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис
public SmallTextContent(
	string text,
	[CanBeNullAttribute] IEnumerable<IPlaceArea> placeAreas = null,
	[CanBeNullAttribute] Func<IPlaceArea, DataTemplate> dataTemplateFunc = null,
	int ordering = 0
)

Параметры

text
Тип: SystemString
Отображаемый текст
placeAreas (Optional)
Тип: System.Collections.GenericIEnumerableIPlaceArea
Список областей вывода элемента
dataTemplateFunc (Optional)
Тип: SystemFuncIPlaceArea, DataTemplate
Обработка выдачи шаблона в зависимости от области расположения placeAreas элемента
ordering (Optional)
Тип: SystemInt32
Порядок вывода элемента
См. также