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