C# 클래스 nature_net.user_controls.avatar_list

Interaction logic for avatar_list.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: naturenet/nature-net-ppi 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
parent_frame System.Windows.Controls.ContentControl
return_value Image

공개 메소드들

메소드 설명
MoveAlongWith ( System.Windows.Controls.UserControl parent ) : void
avatar_list ( ) : System
listbox_avatars_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

보호된 메소드들

메소드 설명
OnManipulationBoundaryFeedback ( System.Windows.Input.ManipulationBoundaryFeedbackEventArgs e ) : void

메소드 상세

MoveAlongWith() 공개 메소드

public MoveAlongWith ( System.Windows.Controls.UserControl parent ) : void
parent System.Windows.Controls.UserControl
리턴 void

OnManipulationBoundaryFeedback() 보호된 메소드

protected OnManipulationBoundaryFeedback ( System.Windows.Input.ManipulationBoundaryFeedbackEventArgs e ) : void
e System.Windows.Input.ManipulationBoundaryFeedbackEventArgs
리턴 void

avatar_list() 공개 메소드

public avatar_list ( ) : System
리턴 System

listbox_avatars_SelectionChanged() 공개 메소드

public listbox_avatars_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
sender object
e System.Windows.Controls.SelectionChangedEventArgs
리턴 void

프로퍼티 상세

parent_frame 공개적으로 프로퍼티

public ContentControl,System.Windows.Controls parent_frame
리턴 System.Windows.Controls.ContentControl

return_value 공개적으로 프로퍼티

public Image return_value
리턴 Image