In This Article

MarkupLabelImageElement Class

Represents a MarkupLabelElement for an img element.

public class MarkupLabelImageElement : MarkupLabelElement, IDisposable, ILogicalTreeNode
Inheritance:
object MarshalByRefObject DisposableObject LogicalTreeNodeBase MarkupLabelElement object
Implements:
IDisposable ILogicalTreeNode

Constructors

MarkupLabelImageElement()

Initializes a new instance of the MarkupLabelImageElement class.

public MarkupLabelImageElement()

Properties

Align

Gets or sets the alignment of the image.

public string Align { get; set; }

Property Value

string:

The alignment of the image.

Remarks

Only the baseline and absbottom values are supported.

Src

Gets or sets the HREF for the source of the image.

public string Src { get; set; }

Property Value

string:

The HREF for the source of the image.

Methods

CreateUIElement(IUIElement)

Creates the IUIElement tree from the element.

protected override void CreateUIElement(IUIElement parentUIElement)
Parameter Type Description
parentUIElement IUIElement

The parent IUIElement.

Inherited Members