C# 클래스 ESRI.ArcGIS.Client.Toolkit.MapTip

상속: System.Windows.Controls.Control
파일 보기 프로젝트 열기: Esri/arcgis-toolkit-sl-wpf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GraphicsLayerProperty System.Windows.DependencyProperty
HorizontalOffsetProperty System.Windows.DependencyProperty
ItemsSourceProperty System.Windows.DependencyProperty
TitleMemberProperty System.Windows.DependencyProperty
TitleProperty System.Windows.DependencyProperty
VerticalOffsetProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
Collapse ( bool useTransitions ) : void

Collapses the maptip.

Expand ( bool useTransitions ) : void

Expands the maptip

OnApplyTemplate ( ) : void

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call M:System.Windows.Controls.Control.ApplyTemplate.

비공개 메소드들

메소드 설명
ChangeVisualState ( bool useTransitions ) : void
GoToState ( bool useTransitions, string stateName ) : bool
MapTip ( ) : System

Static initialization for the MapTip control.

MapTip_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
MapTip_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
MapTip_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
OnGraphicsLayerPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnHorizontalOffsetPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnVerticalOffsetPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
graphicsLayer_MouseEnter ( object sender, GraphicMouseEventArgs args ) : void
graphicsLayer_MouseLeave ( object sender, GraphicMouseEventArgs args ) : void
graphicsLayer_MouseMove ( object sender, GraphicMouseEventArgs e ) : void
timer_Tick ( object sender, EventArgs e ) : void

메소드 상세

Collapse() 공개 메소드

Collapses the maptip.
public Collapse ( bool useTransitions ) : void
useTransitions bool if set to true will use transitions.
리턴 void

Expand() 공개 메소드

Expands the maptip
public Expand ( bool useTransitions ) : void
useTransitions bool if set to true will use transitions.
리턴 void

OnApplyTemplate() 공개 메소드

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call M:System.Windows.Controls.Control.ApplyTemplate.
public OnApplyTemplate ( ) : void
리턴 void

프로퍼티 상세

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

Identifies the GraphicsLayer dependency property.
public static DependencyProperty,System.Windows GraphicsLayerProperty
리턴 System.Windows.DependencyProperty

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

Identifies the HorizontalOffset dependency property.
public static DependencyProperty,System.Windows HorizontalOffsetProperty
리턴 System.Windows.DependencyProperty

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

Identifies the ItemsSource dependency property.
public static DependencyProperty,System.Windows ItemsSourceProperty
리턴 System.Windows.DependencyProperty

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

Identifies the TitleMember dependency property.
public static DependencyProperty,System.Windows TitleMemberProperty
리턴 System.Windows.DependencyProperty

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

Identifies the Title dependency property.
public static DependencyProperty,System.Windows TitleProperty
리턴 System.Windows.DependencyProperty

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

Identifies the VerticalOffset dependency property.
public static DependencyProperty,System.Windows VerticalOffsetProperty
리턴 System.Windows.DependencyProperty