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

Inheritance: System.Windows.Controls.Control
显示文件 Open project: Esri/arcgis-toolkit-sl-wpf Class Usage Examples

Public Properties

Property 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

Public Methods

Method 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

Method 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 method

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

Expand() public method

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

OnApplyTemplate() public method

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
return void

Property Details

GraphicsLayerProperty public_oe static_oe property

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

HorizontalOffsetProperty public_oe static_oe property

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

ItemsSourceProperty public_oe static_oe property

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

TitleMemberProperty public_oe static_oe property

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

TitleProperty public_oe static_oe property

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

VerticalOffsetProperty public_oe static_oe property

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