ClassMultiScaleImage
Class
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class MultiScaleImage : SilverlightTestElement, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementMultiScaleImage
Implements:
Inherited Members
Constructors
MultiScaleImage()
Declaration
cs-api-definition
public MultiScaleImage()
Fields
AllowDownloadingProperty
Declaration
cs-api-definition
public static AutomationProperty AllowDownloadingProperty
Field Value
AspectRatioProperty
Declaration
cs-api-definition
public static AutomationProperty AspectRatioProperty
Field Value
BlurFactorProperty
Declaration
cs-api-definition
public static AutomationProperty BlurFactorProperty
Field Value
IsDownloadingProperty
Declaration
cs-api-definition
public static AutomationProperty IsDownloadingProperty
Field Value
IsIdleProperty
Declaration
cs-api-definition
public static AutomationProperty IsIdleProperty
Field Value
SkipLevelsProperty
Declaration
cs-api-definition
public static AutomationProperty SkipLevelsProperty
Field Value
SourceProperty
Declaration
cs-api-definition
public static AutomationProperty SourceProperty
Field Value
SubImagesProperty
Declaration
cs-api-definition
public static AutomationProperty SubImagesProperty
Field Value
UseSpringsProperty
Declaration
cs-api-definition
public static AutomationProperty UseSpringsProperty
Field Value
ViewportOriginProperty
Declaration
cs-api-definition
public static AutomationProperty ViewportOriginProperty
Field Value
ViewportWidthProperty
Declaration
cs-api-definition
public static AutomationProperty ViewportWidthProperty
Field Value
Properties
Source
Declaration
cs-api-definition
public MultiScaleTileSource Source { get; set; }
Property Value
SubImages
Declaration
cs-api-definition
public ReadOnlyCollection<MultiScaleSubImage> SubImages { get; set; }
Property Value
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.