Click or drag to resize

TextGraphic Fields

The TextGraphic type exposes the following members.

Fields
 NameDescription
Protected field_accumulatedEventData Holds the accumulated change data.
(Inherited from SuspendableDocumentNodeWithSingleAccumulatedDataT)
Protected field_background Stores the background style of the text graphic.
Protected field_cachedExtendedTextBounds Stores the cached text bounds including background padding.
Protected field_cachedParentSize The size of the parent object.
(Inherited from GraphicBase)
Protected field_cachedSymbolPositionsHashtable where the keys are graphic paths giving the position of a symbol into the list, and the values are the plot items.
Protected field_cachedTextOffset Stores the cached text offset relative to the upper-left corner.
Protected field_font Stores the font used to render the text.
Protected field_isMeasureInSync Stores whether the measured text metrics are synchronized with the current content.
Protected field_isStructureInSync Stores whether the parsed text structure is synchronized with the text content.
Protected field_lineSpacingFactor Stores the line-spacing multiplier.
Protected field_location The item's location (size, position, rotation, shear, scale ..)
(Inherited from GraphicBase)
Protected field_parent The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Protected field_suspendTokensOfChildsStores the suspend tokens of the suspended childs of this object.
(Inherited from SuspendableDocumentNode)
Protected field_text Stores the formatted text content.
Protected field_textBrush Stores the brush used to render the text.
Protected field_transformationCached matrix which transforms from own coordinates to parent (layer) coordinates.
(Inherited from GraphicBase)
Public fieldStatic memberPlotItemEditorMethod Gets or sets the double-click handler used for embedded plot items.
Public fieldStatic memberTextGraphicsEditorMethod Gets or sets the double-click handler used for text graphics.
Top
See Also