C# Class MvvmCross.Binding.iOS.Target.MvxUILabelTextTargetBinding

Inheritance: MvvmCross.Binding.Bindings.Target.MvxConvertingTargetBinding
Show file Open project: MvvmCross/MvvmCross

Public Methods

Method Description
MvxUILabelTextTargetBinding ( UILabel target ) : MvvmCross.Binding.Bindings.Target

Protected Methods

Method Description
SetValueImpl ( object target, object value ) : void

Method Details

MvxUILabelTextTargetBinding() public method

public MvxUILabelTextTargetBinding ( UILabel target ) : MvvmCross.Binding.Bindings.Target
target UILabel
return MvvmCross.Binding.Bindings.Target

SetValueImpl() protected method

protected SetValueImpl ( object target, object value ) : void
target object
value object
return void