RadControls for Silverlight

The BingMapBirdsEyeSource type exposes the following members.

Methods

  NameDescription
Protected methodConvertTileToZoomLevel
Converts a tile level to a zoom level.
(Inherited from TiledMapSource.)
Protected methodConvertZoomToTileLevel
Converts a zoom level to a tile level.
(Inherited from TiledMapSource.)
Protected methodGetTile
Gets the image URI.
(Overrides TiledMapSource..::..GetTile(Int32, Int32, Int32).)
Protected methodGetTileLayers
The MultiScaleImage control calls this method to get the URI's for the base layer and all Overlays.
(Inherited from TiledMapSource.)
Public methodInitialize
Initialize provider.
(Overrides TiledMapSource..::..Initialize()()()().)
Protected methodInitializeImageryService
Initialize imagery service.
Protected methodInitializeSession
Initialize Bing session.
Protected methodInvalidateNullTiles
Invalidate tiles which have not been loaded yet.
(Inherited from TiledMapSource.)
Public methodIsLevelSupported
Indicates whether specified tile level is supported.
(Inherited from TiledMapSource.)
Protected methodIsValidTileLevel
Does the supplied tile Level fall within the range of valid levels.
(Inherited from TiledMapSource.)
Protected methodRaiseInitializeCompleted
Raise InitializeCompleted event.
(Inherited from TiledMapSource.)
Protected methodRaiseIntializeCompleted
Raise InitializeCompleted event.
(Inherited from TiledMapSource.)

Extension Methods

  NameDescription
Public Extension MethodChildrenOfType<(Of <<'(T>)>>)
Gets all child elements recursively from the visual tree by given type.
(Defined by ChildrenOfTypeExtensions.)
Public Extension MethodClearIfNoBindingAndSet
Clears if set.
(Defined by CommonExtensions.)
Public Extension MethodClearIfSet
Clears the property if a value has been set.
(Defined by CommonExtensions.)
Public Extension MethodClearValue
Clears the local value of the read only property.
(Defined by DependencyPropertyExtensions.)
Public Extension MethodCoerceValue
Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject.
(Defined by DependencyPropertyExtensions.)
Public Extension MethodFindChildByType<(Of <<'(T>)>>)
Finds child element of the specified type. Uses breadth-first search.
(Defined by ChildrenOfTypeExtensions.)
Public Extension MethodGetHashCodeOrZero (Defined by ExtensionMethods.)
Public Extension MethodGetParents
Enumerates through element's parents in the visual tree.
(Defined by ParentOfTypeExtensions.)
Public Extension MethodGetVisualParent<(Of <<'(T>)>>)
Searches up in the visual tree for parent element of the specified type.
(Defined by ParentOfTypeExtensions.)
Public Extension MethodIsAncestorOf
Determines whether the element is an ancestor of the descendant.
(Defined by ParentOfTypeExtensions.)
Public Extension MethodIsLocalValueSet(DependencyProperty)Overloaded.
Determines whether the specified dependency property local value is set.
(Defined by DependencyObjectExtensions.)
Public Extension MethodIsLocalValueSet(DependencyProperty)Overloaded.
Determines whether the specified dependency property local value is set.
(Defined by CommonExtensions.)
Public Extension MethodParentOfType<(Of <<'(T>)>>)
Gets the parent element from the visual tree by given type.
(Defined by ParentOfTypeExtensions.)
Public Extension MethodSetIfDifferent
Sets the value of the dependencyProperty property if it's hasn't that value currently.
(Defined by CommonExtensions.)
Public Extension MethodSetValue
Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property.
(Defined by DependencyPropertyExtensions.)

See Also