C# Class MvvmCross.AutoView.Auto.Dialog.FloatAuto

Inheritance: ValueElementAuto
Mostrar archivo Open project: MvvmCross/MvvmCross

Public Methods

Method Description
FloatAuto ( string key = null, Expression bindingExpression = null, string converter = null, string converterParameter = null, string value = null, string caption = null, string onlyFor = null, string notFor = null, Expression selectedCommand = null, string layoutName = null ) : System

Method Details

FloatAuto() public method

public FloatAuto ( string key = null, Expression bindingExpression = null, string converter = null, string converterParameter = null, string value = null, string caption = null, string onlyFor = null, string notFor = null, Expression selectedCommand = null, string layoutName = null ) : System
key string
bindingExpression Expression
converter string
converterParameter string
value string
caption string
onlyFor string
notFor string
selectedCommand Expression
layoutName string
return System