C# 클래스 BaconographyWP8.Common.ReorderListBoxItem

상속: System.Windows.Controls.ListBoxItem
파일 보기 프로젝트 열기: Synergex/Baconography 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DragHandleTemplateProperty System.Windows.DependencyProperty
DropIndicatorHeightProperty System.Windows.DependencyProperty
IsReorderEnabledProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void

Applies the control template, checks for required template parts, and initializes visual states.

ReorderListBoxItem ( ) : System

Creates a new ReorderListBoxItem and sets the default style key. The style key is used to locate the control template in Generic.xaml.

보호된 메소드들

메소드 설명
OnDropIndicatorHeightChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

Updates the drop-indicator height value for visual state and transition animations.

This is a workaround for the inability of visual states and transitions to do template binding in Silverlight 3. In SL4, they could bind directly to the DropIndicatorHeight property instead.

OnIsReorderEnabledChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

비공개 메소드들

메소드 설명
GetVisualStateGroup ( FrameworkElement element, string groupName ) : System.Windows.VisualStateGroup

Gets a named VisualStateGroup for a framework element.

UpdateDropIndicatorAnimationHeight ( double height, Timeline animation ) : void

Helper for the UpdateDropIndicatorAnimationHeight method.

메소드 상세

OnApplyTemplate() 공개 메소드

Applies the control template, checks for required template parts, and initializes visual states.
public OnApplyTemplate ( ) : void
리턴 void

OnDropIndicatorHeightChanged() 보호된 메소드

Updates the drop-indicator height value for visual state and transition animations.
This is a workaround for the inability of visual states and transitions to do template binding in Silverlight 3. In SL4, they could bind directly to the DropIndicatorHeight property instead.
protected OnDropIndicatorHeightChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

OnIsReorderEnabledChanged() 보호된 메소드

protected OnIsReorderEnabledChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

ReorderListBoxItem() 공개 메소드

Creates a new ReorderListBoxItem and sets the default style key. The style key is used to locate the control template in Generic.xaml.
public ReorderListBoxItem ( ) : System
리턴 System

프로퍼티 상세

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

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

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

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

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

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