Click or drag to resize

Label Class

An switchboard text label.
Inheritance Hierarchy

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax

The Label type exposes the following members.

Constructors
  NameDescription
Public methodLabel
Initializes a new instance of the Label class
Top
Properties
  NameDescription
Public propertyAlignOffsetX
Gets or sets the horizontal offset of the label's drawing surface from the position set by CellAlign.
Public propertyAlignOffsetY
Gets or sets the vertical offset of the label's drawing surface from the position set by CellAlign.
Public propertyBackColor
Gets or sets the 32-bit ARGB color used to render the text's background.
Public propertyBackCornerRadius
Gets or sets the text's background corner radius size.
Public propertyCellAlign
Gets or sets the label's drawing surface alignment in relation to its switchboard cell location.
Public propertyDefaultName
Gets the default identifiable name assigned to this CTC object.
(Inherited from CtcObjectBase.)
Public propertyDrawScale
Gets or sets the label's drawing surface scale.
Public propertyDynamicText
Gets or sets the label's text that should override the StaticText.
Public propertyFontFamily
Gets or sets the font name used to render the label's text.
Public propertyID
Gets the CTC object's globaly unique static identifier.
(Inherited from CtcObjectBase.)
Public propertyIsDeleted
Gets an indication whether this CTC object has been flaged for deletion by DeleteSelf.
(Inherited from CtcObjectBase.)
Public propertyLocation
Gets or sets the location of the label on the switchboard.
Public propertyName
Gets or sets the identifiable name assigned to this CTC object.
(Inherited from CtcObjectBase.)
Public propertyParent
Gets the parent list that contains this CTC object.
(Inherited from CtcObjectBase.)
Public propertyPersistedTag
Gets or sets the binary representation of an arbitrary object that provides additional data to be stored with the layout data.
(Inherited from CtcObjectBase.)
Public propertyScriptEventBinder
Public propertyStaticText
Gets or sets the label's text to be shown if the DynamicText is blank.
Public propertyTag
Gets or sets an arbitrary object that provides additional data but is disposed between sessions.
(Inherited from CtcObjectBase.)
Public propertyText
Gets the effective text shown by the label.
Public propertyTextColor
Gets or sets the 32-bit ARGB color used to render the label's text.
Public propertyTextPadding
Gets or sets the padding size around the label's text.
Top
Methods
  NameDescription
Protected methodClone
Used internally.
(Inherited from CtcObjectBase.)
Public methodDeleteSelf (Overrides CtcObjectBaseDeleteSelf.)
Public methodNotifyObjectChanged
Raises the ObjectChanged event for this object.
(Inherited from CtcObjectBase.)
Public methodOperatePress
Action to be performd when a switchboard label represenation is pressed by mouse or touch-point.
Public methodOperateRelease
Action to be performd when a switchboard label represenation is released by mouse or touch-point.
Public methodReset
Resets the label to its default static text.
Public methodToString (Overrides ObjectToString.)
Top
See Also