Class
MultiScaleSubImage

Class that wraps a MultiScaleSubImage oject.

Definition

Namespace:ArtOfTest.WebAii.Silverlight.UI

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
[DataContract]
public class MultiScaleSubImage : AutomationObject<MultiScaleSubImage>, IAutomationPeer, IPeerConverter

Inheritance: objectAutomationObject<MultiScaleSubImage>MultiScaleSubImage

Implements: IAutomationPeerIPeerConverter

Inherited Members AutomationObject<MultiScaleSubImage>.GetProperty(AutomationProperty)AutomationObject<MultiScaleSubImage>.GetProperty(AutomationProperty, object)AutomationObject<MultiScaleSubImage>.SetProperty(AutomationProperty, object)AutomationObject<MultiScaleSubImage>.InvokeMethod(AutomationMethod, params object[])AutomationObject<MultiScaleSubImage>.InvokeMethod(string, params object[])AutomationObject<MultiScaleSubImage>.Serialize()AutomationObject<MultiScaleSubImage>.Deserialize(string)AutomationObject<MultiScaleSubImage>.AssignReference(AutomationReference)AutomationObject<MultiScaleSubImage>.ToRealObject()AutomationObject<MultiScaleSubImage>.FromRealObject(object)AutomationObject<MultiScaleSubImage>.ReferenceAutomationObject<MultiScaleSubImage>.PropertyBag

Constructors

MultiScaleSubImage()

Creates a new MultiScaleSubImage wrapper.

Declaration

cs-api-definition
public MultiScaleSubImage()

Fields

AspectRatioProperty

Defines how to get the AspectRatio property.

Declaration

cs-api-definition
public static AutomationProperty AspectRatioProperty

Field Value

AutomationProperty

OpacityProperty

Defines how to get the Opacity property.

Declaration

cs-api-definition
public static AutomationProperty OpacityProperty

Field Value

AutomationProperty

ViewportOriginProperty

Defines how to get the ViewportOrigin property.

Declaration

cs-api-definition
public static AutomationProperty ViewportOriginProperty

Field Value

AutomationProperty

ViewportWidthProperty

Defines how to get the ViewportWidth property.

Declaration

cs-api-definition
public static AutomationProperty ViewportWidthProperty

Field Value

AutomationProperty

ZIndexProperty

Definds how to get the ZIndex property.

Declaration

cs-api-definition
public static AutomationProperty ZIndexProperty

Field Value

AutomationProperty

Properties

AspectRatio

Gets the AspectRatio value.

Declaration

cs-api-definition
public double AspectRatio { get; }

Property Value

double

Opacity

Gets / Sets the Opacity value.

Declaration

cs-api-definition
public double Opacity { get; set; }

Property Value

double

ViewportOrigin

Gets / Sets the ViewportOrigin value.

Declaration

cs-api-definition
public Point ViewportOrigin { get; set; }

Property Value

Point

ViewportWidth

Gets / Sets the ViewportWidth value.

Declaration

cs-api-definition
public double ViewportWidth { get; set; }

Property Value

double

ZIndex

Gets / Sets the zIndex value.

Declaration

cs-api-definition
public int ZIndex { get; set; }

Property Value

int

Methods

GetRealType()

Gets the string representation of the real type this class wraps.

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

The string representation of the real type.

Overrides AutomationObject<MultiScaleSubImage>.GetRealType()