AppearanceSelectorViewModel - конструктор |
Пространство имён:
Tessa.UI.Views.Charting.Controls
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public AppearanceSelectorViewModel(
[NotNullAttribute] IEnumerable<AppearanceInfo> appearances,
[CanBeNullAttribute] string selectedAppearance
)
Public Sub New (
<NotNullAttribute> appearances As IEnumerable(Of AppearanceInfo),
<CanBeNullAttribute> selectedAppearance As String
)
public:
AppearanceSelectorViewModel(
[NotNullAttribute] IEnumerable<AppearanceInfo>^ appearances,
[CanBeNullAttribute] String^ selectedAppearance
)
new :
[<NotNullAttribute>] appearances : IEnumerable<AppearanceInfo> *
[<CanBeNullAttribute>] selectedAppearance : string -> AppearanceSelectorViewModel
Параметры
- appearances
- Тип: System.Collections.GenericIEnumerableAppearanceInfo
Список доступных описаний внешних видов
- selectedAppearance
- Тип: SystemString
Выбранный описатель внешнего вида
См. также