C# 클래스 MahApps.Metro.Controls.FlipView

상속: System.Windows.Controls.Primitives.Selector
파일 보기 프로젝트 열기: MahApps/MahApps.Metro 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BannerTextProperty System.Windows.DependencyProperty
CircularNavigationProperty System.Windows.DependencyProperty
DownTransitionProperty System.Windows.DependencyProperty
IsBannerEnabledProperty System.Windows.DependencyProperty
IsNavigationEnabledProperty System.Windows.DependencyProperty
LeftTransitionProperty System.Windows.DependencyProperty
MouseHoverBorderBrushProperty System.Windows.DependencyProperty
MouseHoverBorderEnabledProperty System.Windows.DependencyProperty
MouseHoverBorderThicknessProperty System.Windows.DependencyProperty
OrientationProperty System.Windows.DependencyProperty
RightTransitionProperty System.Windows.DependencyProperty
UpTransitionProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GoBack ( ) : void

Changes the current slide to the previous item.

GoForward ( ) : void

Changes the current to the next item.

HideControlButtons ( ) : void

Removes the control buttons (next/previous) from view.

OnApplyTemplate ( ) : void
ShowControlButtons ( ) : void

Brings the control buttons (next/previous) into view.

보호된 메소드들

메소드 설명
GetContainerForItemOverride ( ) : DependencyObject
IsItemItsOwnContainerOverride ( object item ) : bool
OnItemsChanged ( System e ) : void
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnSelectionChanged ( System.Windows.Controls.SelectionChangedEventArgs e ) : void
PrepareContainerForItemOverride ( DependencyObject element, object item ) : void

비공개 메소드들

메소드 설명
ApplyToNavigationButtons ( Action

Applies actions to navigation buttons.

ChangeBannerText ( string value = null ) : void
CoerceSelectedIndexProperty ( DependencyObject d, object value ) : object

Coerce SelectedIndexProperty's value.

ComputeTransition ( int fromIndex, int toIndex ) : void

Computes the transition when changing selected index.

DetectControlButtonsStatus ( Visibility activeButtonsVisibility = Visibility.Visible ) : void

Sets the visibility of navigation buttons.

ExecuteWhenLoaded ( FlipView flipview, System.Action body ) : void
FlipView ( ) : System
FlipViewLoaded ( object sender, RoutedEventArgs e ) : void
FlipViewUnloaded ( object sender, RoutedEventArgs e ) : void
GetNavigationButtons ( System.Windows.Controls.Button &prevButton, System.Windows.Controls.Button &nextButton, IEnumerable

Gets the navigation buttons.

HideBanner ( ) : void
NextButtonClick ( object sender, RoutedEventArgs e ) : void
OnIsBannerEnabledPropertyChangedCallback ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
PrevButtonClick ( object sender, RoutedEventArgs e ) : void
ShowBanner ( ) : void

메소드 상세

GetContainerForItemOverride() 보호된 메소드

protected GetContainerForItemOverride ( ) : DependencyObject
리턴 System.Windows.DependencyObject

GoBack() 공개 메소드

Changes the current slide to the previous item.
public GoBack ( ) : void
리턴 void

GoForward() 공개 메소드

Changes the current to the next item.
public GoForward ( ) : void
리턴 void

HideControlButtons() 공개 메소드

Removes the control buttons (next/previous) from view.
public HideControlButtons ( ) : void
리턴 void

IsItemItsOwnContainerOverride() 보호된 메소드

protected IsItemItsOwnContainerOverride ( object item ) : bool
item object
리턴 bool

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

OnItemsChanged() 보호된 메소드

protected OnItemsChanged ( System e ) : void
e System
리턴 void

OnKeyDown() 보호된 메소드

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

OnSelectionChanged() 보호된 메소드

protected OnSelectionChanged ( System.Windows.Controls.SelectionChangedEventArgs e ) : void
e System.Windows.Controls.SelectionChangedEventArgs
리턴 void

PrepareContainerForItemOverride() 보호된 메소드

protected PrepareContainerForItemOverride ( DependencyObject element, object item ) : void
element System.Windows.DependencyObject
item object
리턴 void

ShowControlButtons() 공개 메소드

Brings the control buttons (next/previous) into view.
public ShowControlButtons ( ) : void
리턴 void

프로퍼티 상세

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

public static DependencyProperty,System.Windows BannerTextProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows CircularNavigationProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows DownTransitionProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows IsBannerEnabledProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows IsNavigationEnabledProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows LeftTransitionProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows MouseHoverBorderBrushProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows MouseHoverBorderEnabledProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows MouseHoverBorderThicknessProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows OrientationProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows RightTransitionProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows UpTransitionProperty
리턴 System.Windows.DependencyProperty