Class MultiScaleImage
WPF counterpart for the Silverlight MultiScaleImage class.
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MultiScaleImage : Canvas
Constructors
MultiScaleImage()
Initializes a new instance of the MultiScaleImage class.
Declaration
public MultiScaleImage()
Fields
MotionFinishedEvent
Identifies the MotionFinished routed event.
Declaration
public static readonly RoutedEvent MotionFinishedEvent
Field Value
System.Windows.RoutedEvent
|
SpringAnimationsModeProperty
Identifies the SpringAnimationsMode dependency property.
Declaration
public static readonly DependencyProperty SpringAnimationsModeProperty
Field Value
System.Windows.DependencyProperty
|
UseSpringsProperty
Identifies the UseSprings dependency property.
Declaration
public static readonly DependencyProperty UseSpringsProperty
Field Value
System.Windows.DependencyProperty
|
ViewportChangedEvent
Identifies the ViewportChanged routed event.
Declaration
public static readonly RoutedEvent ViewportChangedEvent
Field Value
System.Windows.RoutedEvent
|
ZoomProperty
Identifies the Zoom dependency property.
Declaration
public static readonly DependencyProperty ZoomProperty
Field Value
System.Windows.DependencyProperty
|
Properties
MaxDownloadersCount
Maximum tile downloaders count.
Declaration
public static int MaxDownloadersCount { get; set; }
Property Value
System.Int32
|
Source
Gets or sets the tile source.
Declaration
public MultiScaleTileSource Source { get; set; }
Property Value
MultiScaleTileSource
|
SpringAnimationsMode
Gets or sets mode of animation.
Declaration
public SpringAnimationsMode SpringAnimationsMode { get; set; }
Property Value
SpringAnimationsMode
|
UseSprings
Gets or sets a value indicating whether spring animations should be used.
Declaration
public bool UseSprings { get; set; }
Property Value
System.Boolean
|
ViewportOrigin
Gets or sets the viewport origin.
Declaration
public Point ViewportOrigin { get; set; }
Property Value
System.Windows.Point
|
ViewportWidth
Gets or sets the width of the viewport.
Declaration
public double ViewportWidth { get; set; }
Property Value
System.Double
|
Zoom
Gets or sets the zoom.
Declaration
public double Zoom { get; set; }
Property Value
System.Double
|
Methods
ArrangeOverride(Size)
Called to arrange and size the content.
Declaration
protected override Size ArrangeOverride(Size arrangeSize)
Parameters
System.Windows.Size
arrangeSize
The computed size that is used to arrange the content. |
Returns
System.Windows.Size
The calculated size. |
Events
ImageOpenSucceeded
Occurs when opening of image succeeded.
Declaration
public event RoutedEventHandler ImageOpenSucceeded
Event Type
System.Windows.RoutedEventHandler
|
MotionFinished
Occurs when zoom or pan animation ends.
Declaration
public event RoutedEventHandler MotionFinished
Event Type
System.Windows.RoutedEventHandler
|
ViewportChanged
Occurs when the viewport is changed.
Declaration
public event RoutedEventHandler ViewportChanged
Event Type
System.Windows.RoutedEventHandler
|