Text |
The TextGraphic type exposes the following members.
| Name | Description | |
|---|---|---|
| _accumulatedEventData |
Holds the accumulated change data.
(Inherited from SuspendableDocumentNodeWithSingleAccumulatedDataT) | |
| _background | Stores the background style of the text graphic. | |
| _cachedExtendedTextBounds | Stores the cached text bounds including background padding. | |
| _cachedParentSize |
The size of the parent object.
(Inherited from GraphicBase) | |
| _cachedSymbolPositions | Hashtable where the keys are graphic paths giving the position of a symbol into the list, and the values are the plot items. | |
| _cachedTextOffset | Stores the cached text offset relative to the upper-left corner. | |
| _font | Stores the font used to render the text. | |
| _isMeasureInSync | Stores whether the measured text metrics are synchronized with the current content. | |
| _isStructureInSync | Stores whether the parsed text structure is synchronized with the text content. | |
| _lineSpacingFactor | Stores the line-spacing multiplier. | |
| _location |
The item's location (size, position, rotation, shear, scale ..)
(Inherited from GraphicBase) | |
| _parent |
The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase) | |
| _suspendTokensOfChilds | Stores the suspend tokens of the suspended childs of this object. (Inherited from SuspendableDocumentNode) | |
| _text | Stores the formatted text content. | |
| _textBrush | Stores the brush used to render the text. | |
| _transformation | Cached matrix which transforms from own coordinates to parent (layer) coordinates. (Inherited from GraphicBase) | |
| PlotItemEditorMethod | Gets or sets the double-click handler used for embedded plot items. | |
| TextGraphicsEditorMethod | Gets or sets the double-click handler used for text graphics. |