Class MultiScaleImage
Inheritance
System.Object
MultiScaleImage
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Silverlight.UI
Assembly: ArtOfTest.WebAii.dll
Syntax
public class MultiScaleImage : SilverlightTestElement, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Constructors
MultiScaleImage()
Declaration
public MultiScaleImage()
Fields
AllowDownloadingProperty
Declaration
public static AutomationProperty AllowDownloadingProperty
Field Value
AutomationProperty
|
AspectRatioProperty
BlurFactorProperty
IsDownloadingProperty
IsIdleProperty
SkipLevelsProperty
SourceProperty
SubImagesProperty
UseSpringsProperty
ViewportOriginProperty
ViewportWidthProperty
Properties
AllowDownloading
Declaration
public bool AllowDownloading { get; set; }
Property Value
System.Boolean
|
AspectRatio
Declaration
public double AspectRatio { get; set; }
Property Value
System.Double
|
BlurFactor
Declaration
public double BlurFactor { get; set; }
Property Value
System.Double
|
IsDownloading
Declaration
public bool IsDownloading { get; set; }
Property Value
System.Boolean
|
IsIdle
Declaration
public bool IsIdle { get; set; }
Property Value
System.Boolean
|
SkipLevels
Declaration
public int SkipLevels { get; set; }
Property Value
System.Int32
|
Source
SubImages
Declaration
public ReadOnlyCollection<MultiScaleSubImage> SubImages { get; set; }
Property Value
System.Collections.ObjectModel.ReadOnlyCollection<MultiScaleSubImage>
|
UseSprings
Declaration
public bool UseSprings { get; set; }
Property Value
System.Boolean
|
ViewportOrigin
ViewportWidth
Declaration
public double ViewportWidth { get; set; }
Property Value
System.Double
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|