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

Inheritance: MvvmCross.Binding.Bindings.Target.MvxConvertingTargetBinding
Mostrar archivo Open project: MvvmCross/MvvmCross

Public Methods

Method Description
MvxUIViewLayerBorderWidthTargetBinding ( object target ) : System

Protected Methods

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

Method Details

MvxUIViewLayerBorderWidthTargetBinding() public method

public MvxUIViewLayerBorderWidthTargetBinding ( object target ) : System
target object
return System

SetValueImpl() protected method

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