C# 클래스 ViewFlipper.FormsPlugin.Abstractions.ViewFlipper

Flips two Views around X or Y axis
상속: Xamarin.Forms.ContentView
파일 보기 프로젝트 열기: TorbenK/ViewFlipper 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AnimationDurationProperty BindableProperty
BackViewProperty BindableProperty
FlipOnTapProperty BindableProperty
FlipStateProperty BindableProperty
FrontViewProperty BindableProperty
RotationDirectionProperty BindableProperty

공개 메소드들

메소드 설명
ViewFlipper ( ) : System

Creates a new instance of ViewFlipper

비공개 메소드들

메소드 설명
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

메소드 상세

ViewFlipper() 공개 메소드

Creates a new instance of ViewFlipper
public ViewFlipper ( ) : System
리턴 System

프로퍼티 상세

AnimationDurationProperty 공개적으로 정적으로 프로퍼티

BindableProperty for AnimationDuration
public static BindableProperty AnimationDurationProperty
리턴 BindableProperty

BackViewProperty 공개적으로 정적으로 프로퍼티

BindableProperty for BackView
public static BindableProperty BackViewProperty
리턴 BindableProperty

FlipOnTapProperty 공개적으로 정적으로 프로퍼티

BindableProperty for FlipOnTap
public static BindableProperty FlipOnTapProperty
리턴 BindableProperty

FlipStateProperty 공개적으로 정적으로 프로퍼티

BindableProperty for FlipState
public static BindableProperty FlipStateProperty
리턴 BindableProperty

FrontViewProperty 공개적으로 정적으로 프로퍼티

BindableProperty for FrontView
public static BindableProperty FrontViewProperty
리턴 BindableProperty

RotationDirectionProperty 공개적으로 정적으로 프로퍼티

BindableProperty for RotationDirection
public static BindableProperty RotationDirectionProperty
리턴 BindableProperty