C# Class ESRI.ArcGIS.Client.Toolkit.MapTip

Inheritance: System.Windows.Controls.Control
Afficher le fichier Open project: Esri/arcgis-toolkit-sl-wpf Class Usage Examples

Méthodes publiques

Свойство Type Description
GraphicsLayerProperty System.Windows.DependencyProperty
HorizontalOffsetProperty System.Windows.DependencyProperty
ItemsSourceProperty System.Windows.DependencyProperty
TitleMemberProperty System.Windows.DependencyProperty
TitleProperty System.Windows.DependencyProperty
VerticalOffsetProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
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

Method Details

Collapse() public méthode

Collapses the maptip.
public Collapse ( bool useTransitions ) : void
useTransitions bool if set to true will use transitions.
Résultat void

Expand() public méthode

Expands the maptip
public Expand ( bool useTransitions ) : void
useTransitions bool if set to true will use transitions.
Résultat void

OnApplyTemplate() public méthode

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
Résultat void

Property Details

GraphicsLayerProperty public_oe static_oe property

Identifies the GraphicsLayer dependency property.
public static DependencyProperty,System.Windows GraphicsLayerProperty
Résultat System.Windows.DependencyProperty

HorizontalOffsetProperty public_oe static_oe property

Identifies the HorizontalOffset dependency property.
public static DependencyProperty,System.Windows HorizontalOffsetProperty
Résultat System.Windows.DependencyProperty

ItemsSourceProperty public_oe static_oe property

Identifies the ItemsSource dependency property.
public static DependencyProperty,System.Windows ItemsSourceProperty
Résultat System.Windows.DependencyProperty

TitleMemberProperty public_oe static_oe property

Identifies the TitleMember dependency property.
public static DependencyProperty,System.Windows TitleMemberProperty
Résultat System.Windows.DependencyProperty

TitleProperty public_oe static_oe property

Identifies the Title dependency property.
public static DependencyProperty,System.Windows TitleProperty
Résultat System.Windows.DependencyProperty

VerticalOffsetProperty public_oe static_oe property

Identifies the VerticalOffset dependency property.
public static DependencyProperty,System.Windows VerticalOffsetProperty
Résultat System.Windows.DependencyProperty