CardGridEditorColumnViewModel - конструктор |
Пространство имён:
Tessa.UI.Cards.Editors
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public CardGridEditorColumnViewModel(
int index,
double? width = 1
)
Public Sub New (
index As Integer,
Optional width As Double? = 1
)
public:
CardGridEditorColumnViewModel(
int index,
Nullable<double> width = 1
)
new :
index : int *
?width : Nullable<float>
(* Defaults:
let _width = defaultArg width 1
*)
-> CardGridEditorColumnViewModel
Параметры
- index
- Тип: SystemInt32
- width (Optional)
- Тип: SystemNullableDouble
См. также