TextEmbeddedObject Class
Defines a type of text content in which measuring, hit testing and drawing of the entire content is done in whole.
Assembly: PresentationCore (in PresentationCore.dll)
System.Windows.Media.TextFormatting::TextRun
System.Windows.Media.TextFormatting::TextEmbeddedObject
| Name | Description | |
|---|---|---|
![]() | TextEmbeddedObject() | Initializes a new instance of the TextEmbeddedObject class. |
| Name | Description | |
|---|---|---|
![]() | 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.) |
| Name | Description | |
|---|---|---|
![]() | 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.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(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() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
An example of a TextEmbeddedObject is a button in the middle of a line of text.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


