Class
DrawingImage

Definition

Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
[DataContract]
public class DrawingImage : ImageSource, IAutomationPeer, IPeerConverter

Inheritance: objectAutomationObject<ImageSource>ImageSourceDrawingImage

Implements: IAutomationPeerIPeerConverter

Inherited Members ImageSource.ToStringMethodImageSource.ToString()AutomationObject<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

DrawingImage()

Declaration

cs-api-definition
public DrawingImage()

Fields

DrawingProperty

Declaration

cs-api-definition
public static AutomationProperty DrawingProperty

Field Value

AutomationProperty

Properties

Drawing

Declaration

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

Property Value

Drawing

Methods

GetRealType()

Gets the real peer type

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

Overrides ImageSource.GetRealType()