Class
BitmapImage

Wraps a Silverlight BitmapImage element.

Definition

Namespace:ArtOfTest.WebAii.Silverlight.UI

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
[DataContract]
public class BitmapImage : BitmapSource, IAutomationPeer, IPeerConverter

Inheritance: objectAutomationObject<ImageSource>ImageSourceBitmapSourceBitmapImage

Implements: IAutomationPeerIPeerConverter

Inherited Members BitmapSource.PixelWidthPropertyBitmapSource.PixelHeightPropertyBitmapSource.PixelWidthBitmapSource.PixelHeightAutomationObject<ImageSource>.GetProperty(AutomationProperty)AutomationObject<ImageSource>.GetProperty(AutomationProperty, object)AutomationObject<ImageSource>.SetProperty(AutomationProperty, object)AutomationObject<ImageSource>.InvokeMethod(AutomationMethod, params object[])AutomationObject<ImageSource>.InvokeMethod(string, params object[])AutomationObject<ImageSource>.Serialize()AutomationObject<ImageSource>.Deserialize(string)AutomationObject<ImageSource>.AssignReference(AutomationReference)AutomationObject<ImageSource>.ToRealObject()AutomationObject<ImageSource>.FromRealObject(object)AutomationObject<ImageSource>.ReferenceAutomationObject<ImageSource>.PropertyBag

Constructors

BitmapImage()

Declaration

cs-api-definition
public BitmapImage()

Fields

CreateOptionsProperty

Declaration

cs-api-definition
public static AutomationProperty CreateOptionsProperty

Field Value

AutomationProperty

UriSourceProperty

UriSource automation property.

Declaration

cs-api-definition
public static AutomationProperty UriSourceProperty

Field Value

AutomationProperty

Properties

CreateOptions

Declaration

cs-api-definition
[DataMember]
public BitmapCreateOptions CreateOptions { get; set; }

Property Value

BitmapCreateOptions

UriSource

Get or set uri source.

Declaration

cs-api-definition
[DataMember]
public string UriSource { get; set; }

Property Value

string

Methods

GetRealType()

Gets the real peer type

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

Overrides BitmapSource.GetRealType()