TextEmbeddedObject Class

Definition

Defines a type of text content in which measuring, hit testing and drawing of the entire content is done in whole.

public ref class TextEmbeddedObject abstract : System::Windows::Media::TextFormatting::TextRun
public abstract class TextEmbeddedObject : System.Windows.Media.TextFormatting.TextRun
type TextEmbeddedObject = class
    inherit TextRun
Public MustInherit Class TextEmbeddedObject
Inherits TextRun
Inheritance
TextEmbeddedObject

Remarks

An example of a TextEmbeddedObject is a button in the middle of a line of text.

Constructors

TextEmbeddedObject()

Initializes a new instance of the TextEmbeddedObject class.

Properties

BreakAfter

Gets the line breaking condition after the text object.

BreakBefore

Gets the line breaking condition before the text object.

CharacterBufferReference

Gets a reference to the text run character buffer.

(Inherited from TextRun)
HasFixedSize

Determines whether the text object has a fixed size regardless of where it is placed within a line.

Length

Gets the number of characters in the text run.

(Inherited from TextRun)
Properties

Gets the set of text properties that are shared by every character in the text run, such as typeface or foreground brush.

(Inherited from TextRun)

Methods

ComputeBoundingBox(Boolean, Boolean)

Gets the computed bounding box of the text object.

Draw(DrawingContext, Point, Boolean, Boolean)

Draws the text object.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
Format(Double)

Get text object measurement metrics that will fit within the specified remaining width of the paragraph.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also