Text |
The TextGraphic type exposes the following members.
| Name | Description | |
|---|---|---|
| _accumulatedEventData |
Holds the accumulated change data.
(Inherited from SuspendableDocumentNodeWithSingleAccumulatedDataT) | |
| _background | Stores the optional background style. | |
| _cachedExtendedTextBounds | Caches the total text bounds including background margins. | |
| _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 | Caches the offset from the drawing origin to the unpadded text rectangle. | |
| _cachedTextPadding | Caches the text padding contributed by the background style. | |
| _font | Stores the font used for rendering. | |
| _isMeasureInSync | Indicates whether all layout measurements are up to date. | |
| _isStructureInSync | Indicates whether the parsed text structure is up to date. | |
| _lineSpacingFactor | Stores the line spacing factor. | |
| _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) | |
| _tag |
Stores an optional user-defined tag for the graphic.
(Inherited from GraphicBase) | |
| _text | Stores the text including formatting codes. | |
| _textBrush | Stores the material used to draw the text. | |
| _transformation | Cached matrix which transforms from own coordinates to parent (layer) coordinates. (Inherited from GraphicBase) | |
| PlotItemEditorMethod | Gets or sets the editor callback for plot-item placeholders. | |
| TextGraphicsEditorMethod | Gets or sets the editor callback for text graphics. |