MultiScaleImage
Class
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class MultiScaleImage : SilverlightTestElement, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementMultiScaleImage
Implements:
Inherited Members
Constructors
C#
public MultiScaleImage()
Fields
C#
public static AutomationProperty AllowDownloadingProperty
C#
public static AutomationProperty AspectRatioProperty
C#
public static AutomationProperty BlurFactorProperty
C#
public static AutomationProperty IsDownloadingProperty
C#
public static AutomationProperty IsIdleProperty
C#
public static AutomationProperty SkipLevelsProperty
C#
public static AutomationProperty SourceProperty
C#
public static AutomationProperty SubImagesProperty
C#
public static AutomationProperty UseSpringsProperty
C#
public static AutomationProperty ViewportOriginProperty
C#
public static AutomationProperty ViewportWidthProperty
Properties
C#
public bool AllowDownloading { get; set; }
C#
public double AspectRatio { get; set; }
C#
public double BlurFactor { get; set; }
C#
public bool IsDownloading { get; set; }
C#
public int SkipLevels { get; set; }
C#
public MultiScaleTileSource Source { get; set; }
C#
public ReadOnlyCollection<MultiScaleSubImage> SubImages { get; set; }
C#
public bool UseSprings { get; set; }
C#
public Point ViewportOrigin { get; set; }
C#
public double ViewportWidth { get; set; }