Label Class |
Namespace: RRAutoLib.CTC
<SerializableAttribute> Public NotInheritable Class Label Inherits CtcObjectBase Implements ITopLayer, ISupportsScriptEvents, ISwBrdOperable
The Label type exposes the following members.
Name | Description | |
---|---|---|
![]() | AlignOffsetX | Gets or sets the horizontal offset of the label's drawing surface from the position set by CellAlign. |
![]() | AlignOffsetY | Gets or sets the vertical offset of the label's drawing surface from the position set by CellAlign. |
![]() | BackColor | Gets or sets the 32-bit ARGB color used to render the text's background. |
![]() | BackCornerRadius | Gets or sets the text's background corner radius size. |
![]() | CellAlign | Gets or sets the label's drawing surface alignment in relation to its switchboard cell location. |
![]() | DefaultName | Gets the default identifiable name assigned to this CTC object. (Inherited from CtcObjectBase.) |
![]() | DrawScale | Gets or sets the label's drawing surface scale. |
![]() | DynamicText | Gets or sets the label's text that should override the StaticText. |
![]() | FontFamily | Gets or sets the font name used to render the label's text. |
![]() | ID | Gets the CTC object's globaly unique static identifier. (Inherited from CtcObjectBase.) |
![]() | IsDeleted | Gets an indication whether this CTC object has been flaged for deletion by DeleteSelf. (Inherited from CtcObjectBase.) |
![]() | Location | Gets or sets the location of the label on the switchboard. |
![]() | Name | Gets or sets the identifiable name assigned to this CTC object. (Inherited from CtcObjectBase.) |
![]() | Parent | Gets the parent list that contains this CTC object. (Inherited from CtcObjectBase.) |
![]() | PersistedTag | Gets or sets the binary representation of an arbitrary object that provides additional data to be stored with the layout data. (Inherited from CtcObjectBase.) |
![]() | ScriptEventBinder | |
![]() | StaticText | Gets or sets the label's text to be shown if the DynamicText is blank. |
![]() | Tag | Gets or sets an arbitrary object that provides additional data but is disposed between sessions. (Inherited from CtcObjectBase.) |
![]() | Text | Gets the effective text shown by the label. |
![]() | TextColor | Gets or sets the 32-bit ARGB color used to render the label's text. |
![]() | TextPadding | Gets or sets the padding size around the label's text. |
Name | Description | |
---|---|---|
![]() | Clone | Used internally. (Inherited from CtcObjectBase.) |
![]() | DeleteSelf | (Overrides CtcObjectBaseDeleteSelf.) |
![]() | NotifyObjectChanged | Raises the ObjectChanged event for this object. (Inherited from CtcObjectBase.) |
![]() | OperatePress | Action to be performd when a switchboard label represenation is pressed by mouse or touch-point. |
![]() | OperateRelease | Action to be performd when a switchboard label represenation is released by mouse or touch-point. |
![]() | Reset | Resets the label to its default static text. |
![]() | ToString | (Overrides ObjectToString.) |