Click or drag to resize

Crosshair Class

Interaction logic for Crosshair.xaml.
Crosshair
Inheritance Hierarchy
System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        System.Windows.UIElement
          System.Windows.FrameworkElement
            System.Windows.Controls.Control
              System.Windows.Controls.ContentControl
                System.Windows.Controls.UserControl
                  Ptv.XServer.Controls.Map.Symbols.Crosshair

Namespace:  Ptv.XServer.Controls.Map.Symbols
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public class Crosshair : UserControl, IComponentConnector

The Crosshair type exposes the following members.

Constructors
  NameDescription
Public methodCrosshair
Initializes a new instance of the Crosshair class.
Top
Methods
  NameDescription
Public methodInitializeComponent
InitializeComponent
Top
Extension Methods
  NameDescription
Public Extension MethodFindRelative<T>
Finds an object of type T for a framework element which is somewhere in the visual tree.
(Defined by MapElementExtensions.)
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also