C# Class MvvmCross.Binding.tvOS.Target.MvxUIViewVisibilityTargetBinding

Inheritance: MvvmCross.Binding.Bindings.Target.MvxConvertingTargetBinding
Datei anzeigen Open project: MvvmCross/MvvmCross

Public Methods

Method Description
MvxUIViewVisibilityTargetBinding ( UIView target ) : MvvmCross.Binding.Bindings.Target

Protected Methods

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

Method Details

MvxUIViewVisibilityTargetBinding() public method

public MvxUIViewVisibilityTargetBinding ( UIView target ) : MvvmCross.Binding.Bindings.Target
target UIView
return MvvmCross.Binding.Bindings.Target

SetValueImpl() protected method

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