C# Class Caliburn.Micro.ElementConvention

Show file Open project: dbuksbaum/Learning-Caliburn.Micro Class Usage Examples

Public Properties

Property Type Description
BindableProperty System.Windows.DependencyProperty
CreateTrigger Func
ElementType System.Type
ParameterProperty string

Property Details

BindableProperty public property

The default property to be used in binding conventions.
public DependencyProperty,System.Windows BindableProperty
return System.Windows.DependencyProperty

CreateTrigger public property

The default trigger to be used when wiring actions on this element.
public Func CreateTrigger
return Func

ElementType public property

The type of element to which the conventions apply.
public Type,System ElementType
return System.Type

ParameterProperty public property

The default property to be used for parameters of this type in actions.
public string ParameterProperty
return string