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 optional background style.
Protected field_cachedExtendedTextBounds Caches the total text bounds including background margins.
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 Caches the offset from the drawing origin to the unpadded text rectangle.
Protected field_cachedTextPadding Caches the text padding contributed by the background style.
Protected field_font Stores the font used for rendering.
Protected field_isMeasureInSync Indicates whether all layout measurements are up to date.
Protected field_isStructureInSync Indicates whether the parsed text structure is up to date.
Protected field_lineSpacingFactor Stores the line spacing factor.
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_tag Stores an optional user-defined tag for the graphic.
(Inherited from GraphicBase)
Protected field_text Stores the text including formatting codes.
Protected field_textBrush Stores the material used to draw 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 editor callback for plot-item placeholders.
Public fieldStatic memberTextGraphicsEditorMethod Gets or sets the editor callback for text graphics.
Top
See Also