Click or drag to resize

TextElement Class

A simple text element
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Wrapper
          Easymap.AddIn.CommonLTComponent
            Easymap.AddIn.CommonWindowlessComponent
              Easymap.AddIn.ElementsTextElement

Namespace: Easymap.AddIn.Elements
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class TextElement : WindowlessComponent

The TextElement type exposes the following members.

Properties
 NameDescription
Public propertyFont The display Font.
Public propertyText The display text
Top
Methods
 NameDescription
Public methodGetDisplayText Returns the text of an TextElement.
Top
See Also