Click or drag to resize

TextAttributesCommand Class

Sets text attributes.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandTextAttributesCommandProperties
        MediaCy.Addins.ActiveDataOverlayTextAttributesCommand

Namespace:  MediaCy.Addins.ActiveDataOverlay
Assembly:  MediaCy.Addins.ActiveDataOverlay (in MediaCy.Addins.ActiveDataOverlay.dll) Version: 1.0.0.0
Syntax
VB
Public Class TextAttributesCommand
	Inherits BaseObjectCommand(Of TextAttributesCommandProperties)

The TextAttributesCommand type exposes the following members.

Constructors
  NameDescription
Public methodTextAttributesCommand
Initializes a new instance of the TextAttributesCommand class
Public methodTextAttributesCommand(McCommand)
Initializes a new instance of the TextAttributesCommand class
Public methodTextAttributesCommand(McCommand, Object)
Initializes a new instance of the TextAttributesCommand class
Top
Properties
  NameDescription
Public propertyApplyToChildren
Apply to children rows
Public propertyBold
Bold flag
Public propertyColor
Text color
Public propertyFontName
Font name
Public propertyIndex
Row index
Public propertyItalic
Italic flag
Public propertyName
Property name, used just for information, only Index is used to identify the row.
Public propertyOpacity
Text opacity
Public propertyShadow
Use shadow displaying text
Public propertyShadowColor
Color of the shadow
Public propertyTextSize
Text size
Public propertyUnderline
Underline flag
Top
Methods
  NameDescription
Public methodStatic memberFromObject
Top
Remarks