ClassMultiScaleSubImage
Class that wraps a MultiScaleSubImage oject.
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
[DataContract]
public class MultiScaleSubImage : AutomationObject<MultiScaleSubImage>, IAutomationPeer, IPeerConverter
Inheritance: objectAutomationObject<MultiScaleSubImage>MultiScaleSubImage
Implements:
Inherited Members
Constructors
MultiScaleSubImage()
Creates a new MultiScaleSubImage wrapper.
Declaration
public MultiScaleSubImage()
Fields
AspectRatioProperty
Defines how to get the AspectRatio property.
Declaration
public static AutomationProperty AspectRatioProperty
Field Value
OpacityProperty
Defines how to get the Opacity property.
Declaration
public static AutomationProperty OpacityProperty
Field Value
ViewportOriginProperty
Defines how to get the ViewportOrigin property.
Declaration
public static AutomationProperty ViewportOriginProperty
Field Value
ViewportWidthProperty
Defines how to get the ViewportWidth property.
Declaration
public static AutomationProperty ViewportWidthProperty
Field Value
ZIndexProperty
Definds how to get the ZIndex property.
Declaration
public static AutomationProperty ZIndexProperty
Field Value
Properties
AspectRatio
Gets the AspectRatio value.
Opacity
Gets / Sets the Opacity value.
ViewportOrigin
Gets / Sets the ViewportOrigin value.
ViewportWidth
Gets / Sets the ViewportWidth value.
Methods
GetRealType()
Gets the string representation of the real type this class wraps.
Declaration
public override string GetRealType()
Returns
The string representation of the real type.
Overrides