C# Class FSoft.WordApp.Droid.Binding.UserAvatarShapeBackgroundBinding

Inheritance: Cirrious.MvvmCross.Binding.Droid.Target.MvxAndroidTargetBinding
Datei anzeigen Open project: fpt-software/Wordpress-Client

Public Methods

Method Description
SetValue ( object value ) : void
UserAvatarShapeBackgroundBinding ( RelativeLayout view ) : System

Protected Methods

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

Method Details

SetValue() public method

public SetValue ( object value ) : void
value object
return void

SetValueImpl() protected method

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

UserAvatarShapeBackgroundBinding() public method

public UserAvatarShapeBackgroundBinding ( RelativeLayout view ) : System
view RelativeLayout
return System