Click or drag to resize

LabelObject Class

Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.OverlaysOverlayCommand
            MediaCy.Commands.OverlaysShape
              MediaCy.Commands.OverlaysLabelObject

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

The LabelObject type exposes the following members.

Constructors
  NameDescription
Public methodLabelObject
Initializes a new instance of the LabelObject class
Public methodLabelObject(McCommand)
Initializes a new instance of the LabelObject class
Top
Properties
  NameDescription
Public propertyFont
Font of the text.
Public propertyLabelOffset
Defines the offset of the label object to the parent graphical object.
Public propertyLabelPosition
Defines the position of the label to the master object.
Public propertyLabelRotates
If True than label angle is set by AngleOfRotation, if False than label rotates with the master object.
Public propertyLocation
Defines the location of the graphical object.
Public propertyShadow
Shadow of the text.
Public propertyText
Exposes the text displayed by this object.
Public propertyTextColor
Color of the text.
Top
Methods
See Also