In This Article

MarkupLabelTextElement Class

Represents a MarkupLabelElement for raw text.

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

Constructors

MarkupLabelTextElement()

Initializes a new instance of the MarkupLabelTextElement class.

public MarkupLabelTextElement()

Properties

Text

Gets or sets the text represented by the element.

public string Text { get; set; }

Property Value

string:

The text represented by the element.

Methods

CreateUIElement(IUIElement)

Creates the IUIElement tree from the element.

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

The parent IUIElement.

ToString()

Returns a String that represents the current Object.

public override string ToString()

Returns

string:

A String that represents the current Object.

Inherited Members