WorkplaceLayoutViewModel(WorkplaceLayoutViewModel, Double, Double) - конструктор |
Пространство имён:
Tessa.UI.Views
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public WorkplaceLayoutViewModel(
[CanBeNullAttribute] WorkplaceLayoutViewModel parent,
double splitPosition,
double secondChildSize
)
Public Sub New (
<CanBeNullAttribute> parent As WorkplaceLayoutViewModel,
splitPosition As Double,
secondChildSize As Double
)
public:
WorkplaceLayoutViewModel(
[CanBeNullAttribute] WorkplaceLayoutViewModel^ parent,
double splitPosition,
double secondChildSize
)
new :
[<CanBeNullAttribute>] parent : WorkplaceLayoutViewModel *
splitPosition : float *
secondChildSize : float -> WorkplaceLayoutViewModel
Параметры
- parent
- Тип: Tessa.UI.ViewsWorkplaceLayoutViewModel
Родительский элемент - splitPosition
- Тип: SystemDouble
The split Position. - secondChildSize
- Тип: SystemDouble
The second Child Size.
См. также