C# Class ViewFlipper.FormsPlugin.Abstractions.ViewFlipper

Flips two Views around X or Y axis
Inheritance: Xamarin.Forms.ContentView
Show file Open project: TorbenK/ViewFlipper Class Usage Examples

Public Properties

Property Type Description
AnimationDurationProperty BindableProperty
BackViewProperty BindableProperty
FlipOnTapProperty BindableProperty
FlipStateProperty BindableProperty
FrontViewProperty BindableProperty
RotationDirectionProperty BindableProperty

Public Methods

Method Description
ViewFlipper ( ) : System

Creates a new instance of ViewFlipper

Private Methods

Method Description
BackViewChanged ( BindableObject obj, View oldValue, View newValue ) : void

When the BackView changed

Flip ( ) : void

Performs the flip

FlipStateChanged ( BindableObject obj, FlipState oldValue, FlipState newValue ) : void

When the FlipState changed

FrontViewChanged ( BindableObject obj, View oldValue, View newValue ) : void

When the FrontView changed

OnTapped ( ) : void

When the ViewFlipper gets tapped

RotationDirectionChanged ( BindableObject obj, RotationDirection oldValue, RotationDirection newValue ) : void

When the RotationDirection changed

SetBackviewRotation ( ) : void

Sets the rotation on the back view

Method Details

ViewFlipper() public method

Creates a new instance of ViewFlipper
public ViewFlipper ( ) : System
return System

Property Details

AnimationDurationProperty public static property

BindableProperty for AnimationDuration
public static BindableProperty AnimationDurationProperty
return BindableProperty

BackViewProperty public static property

BindableProperty for BackView
public static BindableProperty BackViewProperty
return BindableProperty

FlipOnTapProperty public static property

BindableProperty for FlipOnTap
public static BindableProperty FlipOnTapProperty
return BindableProperty

FlipStateProperty public static property

BindableProperty for FlipState
public static BindableProperty FlipStateProperty
return BindableProperty

FrontViewProperty public static property

BindableProperty for FrontView
public static BindableProperty FrontViewProperty
return BindableProperty

RotationDirectionProperty public static property

BindableProperty for RotationDirection
public static BindableProperty RotationDirectionProperty
return BindableProperty