VerticalAlignmentViewModelCreateModel - метод |
Создает модель из значения
Пространство имён:
Tessa.UI.Views.Charting.Controls
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис protected override VerticalAlignmentInfo CreateModel(
VerticalAlignment? value
)
Protected Overrides Function CreateModel (
value As VerticalAlignment?
) As VerticalAlignmentInfo
protected:
virtual VerticalAlignmentInfo^ CreateModel(
Nullable<VerticalAlignment> value
) override
abstract CreateModel :
value : Nullable<VerticalAlignment> -> VerticalAlignmentInfo
override CreateModel :
value : Nullable<VerticalAlignment> -> VerticalAlignmentInfo
Параметры
- value
- Тип: SystemNullableVerticalAlignment
Значение
Возвращаемое значение
Тип:
VerticalAlignmentInfo
Созданная модель
См. также