Click or drag to resize

Text Class

Creates new or modifies parameters of the existing Text object.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.OverlaysOverlayCommand
            MediaCy.Commands.OverlaysShape
              MediaCy.Commands.OverlaysText

Namespace:  MediaCy.Commands.Overlays
Assembly:  MediaCy.Commands.Overlays (in MediaCy.Commands.Overlays.dll) Version: 3.1.0.0
Syntax
VB
Public Class Text
	Inherits Shape

The Text type exposes the following members.

Constructors
  NameDescription
Public methodText
Initializes a new instance of the Text class
Public methodText(McCommand)
Initializes a new instance of the Text class
Top
Properties
  NameDescription
Public propertyAlignment
Property controlling whether the text is centered or left aligned.
Public propertyAutoSize
Specifies whether the background rectangle should automatically fit the text size.
Public propertyCalloutLine
Defines visibility of the callout line.
Public propertyCalloutLocation
Defines the location (handle #9 of the McGraphObjText) of the callout line.
Public propertyFont
Font of the text.
Public propertyShadow
Shadow of the text.
Public propertySize
Size of the graphical object.
Public propertyText
Exposes the text displayed by this object.
Public propertyTextColor
Color of the text.
Public propertyWordBreak
Specifies whether words should automatically be broken at the end of a line or not.
Top
Methods
  NameDescription
Public methodStatic memberFromGraphObj
Create a new Text command using the properties of an existing McGraphObjText object.
Public methodSaveAsCode (Overrides McCommandExtended.SaveAsCode(TextWriter, String, RecordingFlags).)
Top
Remarks