C# 클래스 StreetFoo.Client.UI.MyMap

상속: Windows.UI.Xaml.Controls.ContentControl
파일 보기 프로젝트 열기: mbrit/ProgrammingMetroStyle

공개 프로퍼티들

프로퍼티 타입 설명
PushpinPointProperty DependencyProperty
ShowTrafficProperty DependencyProperty

Private Properties

프로퍼티 타입 설명
ClearPushpins void
SetPushpinPoint void

공개 메소드들

메소드 설명
AddPushpin ( IMappablePoint point ) : Pushpin
AddPushpinAndCenterAndZoom ( IMappablePoint point, bool animate = true ) : void
MyMap ( ) : System

보호된 메소드들

메소드 설명
ArrangeOverride ( Windows finalSize ) : Windows.Foundation.Size

비공개 메소드들

메소드 설명
ClearPushpins ( ) : void
SetPushpinPoint ( IMappablePoint point ) : void

메소드 상세

AddPushpin() 공개 메소드

public AddPushpin ( IMappablePoint point ) : Pushpin
point IMappablePoint
리턴 Pushpin

AddPushpinAndCenterAndZoom() 공개 메소드

public AddPushpinAndCenterAndZoom ( IMappablePoint point, bool animate = true ) : void
point IMappablePoint
animate bool
리턴 void

ArrangeOverride() 보호된 메소드

protected ArrangeOverride ( Windows finalSize ) : Windows.Foundation.Size
finalSize Windows
리턴 Windows.Foundation.Size

MyMap() 공개 메소드

public MyMap ( ) : System
리턴 System

프로퍼티 상세

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

public static DependencyProperty PushpinPointProperty
리턴 DependencyProperty

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

public static DependencyProperty ShowTrafficProperty
리턴 DependencyProperty