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

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

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

Пространство имён:  Tessa.UI.Views.Content
Сборка:  Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис
public AttachedObjectHolder(
	[NotNullAttribute] Func<Control, bool> attachFunc,
	[NotNullAttribute] Func<Control, bool> detachFunc
)

Параметры

attachFunc
Тип: SystemFuncControl, Boolean
The attach Func.
detachFunc
Тип: SystemFuncControl, Boolean
The detach Func.
См. также