Click or drag to resize

MapGadget Methods

The MapGadget type exposes the following members.

Methods
  NameDescription
Protected methodInitialize
Initializes the map gadget. The mouse events are connected and the gadget is added to the map gadgets list of the parent map.
Protected methodUnInitialize
Uninitializes the map gadget. The mouse events are disconnected and the gadget is removed from the parent map gadget list.
Public methodUpdateContent
Updates the inner content of the map gadget according to the currently set colors.
Top
Extension Methods
  NameDescription
Public Extension MethodFindRelativeT
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