C# Класс Caliburn.Micro.ElementConvention

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
BindableProperty System.Windows.DependencyProperty
CreateTrigger Func
ElementType System.Type
ParameterProperty string

Описание свойств

BindableProperty публичное свойство

The default property to be used in binding conventions.
public DependencyProperty,System.Windows BindableProperty
Результат System.Windows.DependencyProperty

CreateTrigger публичное свойство

The default trigger to be used when wiring actions on this element.
public Func CreateTrigger
Результат Func

ElementType публичное свойство

The type of element to which the conventions apply.
public Type,System ElementType
Результат System.Type

ParameterProperty публичное свойство

The default property to be used for parameters of this type in actions.
public string ParameterProperty
Результат string