C# 클래스 XamlForIphone.MKAnnotationView

상속: UIElement
파일 보기 프로젝트 열기: Clancey/XamlForIphone

Private Properties

프로퍼티 타입 설명
ArrangeInternal void
setupEvents void

공개 메소드들

메소드 설명
PrepareForReuse ( ) : void
SetDragState ( MonoTouch newDragState, System animated ) : void
SetSelected ( System selected, System animated ) : void

보호된 메소드들

메소드 설명
CreateHandle ( ) : void

비공개 메소드들

메소드 설명
ArrangeInternal ( Rect finalRect ) : void
setupEvents ( ) : void

메소드 상세

CreateHandle() 보호된 메소드

protected CreateHandle ( ) : void
리턴 void

PrepareForReuse() 공개 메소드

public PrepareForReuse ( ) : void
리턴 void

SetDragState() 공개 메소드

public SetDragState ( MonoTouch newDragState, System animated ) : void
newDragState MonoTouch
animated System
리턴 void

SetSelected() 공개 메소드

public SetSelected ( System selected, System animated ) : void
selected System
animated System
리턴 void