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