Class MultiScaleImage
Inheritance
System.Object
MultiScaleImage
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MultiScaleImage : Canvas
Constructors
MultiScaleImage()
Declaration
public MultiScaleImage()
Fields
MotionFinishedEvent
SpringAnimationsModeProperty
Declaration
public static readonly DependencyProperty SpringAnimationsModeProperty
Field Value
Microsoft.
|
UseSpringsProperty
Declaration
public static readonly DependencyProperty UseSpringsProperty
Field Value
Microsoft.
|
ViewportChangedEvent
ZoomProperty
Declaration
public static readonly DependencyProperty ZoomProperty
Field Value
Microsoft.
|
Properties
MaxDownloadersCount
Declaration
public static int MaxDownloadersCount { get; set; }
Property Value
System.
|
Source
SpringAnimationsMode
Declaration
public SpringAnimationsMode SpringAnimationsMode { get; set; }
Property Value
UseSprings
Declaration
public bool UseSprings { get; set; }
Property Value
System.
|
ViewportOrigin
Declaration
public Point ViewportOrigin { get; set; }
Property Value
Windows.
|
ViewportWidth
Declaration
public double ViewportWidth { get; set; }
Property Value
System.
|
Zoom
Declaration
public double Zoom { get; set; }
Property Value
System.
|
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size arrangeSize)
Parameters
Windows.
|
Returns
Windows.
|
Events
ImageOpenSucceeded
Declaration
public event RoutedEventHandler ImageOpenSucceeded
Event Type
Microsoft.
|
MotionFinished
Declaration
public event RoutedEventHandler MotionFinished
Event Type
Microsoft.
|
ViewportChanged
Declaration
public event RoutedEventHandler ViewportChanged
Event Type
Microsoft.
|