Control |
public sealed class ControlLabel : ControlBase, IControlBase, IDisposable
The ControlLabel type exposes the following members.
| Name | Description | |
|---|---|---|
| Color | Color of control. Default value is Color.Empty. | |
| FontSize | Font size of text. Default value is Normal. | |
| HorizontalAlignment | Determines how content is horizontally aligned. | |
| IsVisible | Visibility of control. Default value is true. | |
| Kind |
Kind of control.
(Inherited from ControlBase) | |
| Name |
Control name that is unique within the owning screen.
Name of control must conform to the regex pattern [a-zA-Z0-9], as only letters and numbers are valid characters.
(Inherited from ControlBase) | |
| NavigateSource | An object that describes what a navigation event will do. A navigation event is fired when the owning control is clicked on if the value is not null. Default value is null. | |
| NavigateTarget | The target window of a navigation event. | |
| OnClick | Name of a method defined in the screen script that will be invoked when the client clicks on a control. Method must have same signature as EventDelegatesOnClick. Default value is null. | |
| Parent |
Parent of the control.
(Inherited from ControlBase) | |
| Rotate | Number of degrees symbol will be rotated. Angle from 0 to 360. Default value is 0. | |
| Screen |
Screen the control resides in.
(Inherited from ControlBase) | |
| SourceTag | Fully qualified tag name that maps to a view. When set, tag data is requested in real-time. Default value is null. | |
| SourceTagBranchCount | Number of branches to display from the source tag | |
| TemplateId |
Id used to find sibling controls within a template. All siblings will have the same id.
Default value is null.
(Inherited from ControlBase) | |
| Text | Display text of control. Default value is . | |
| Width | Width of control in pixels. | |
| X | X position of a control relative to its parent in pixels. | |
| Y | Y position of a control relative to its parent in pixels. |
| Name | Description | |
|---|---|---|
| AncestorsT |
Get ancestor controls that implement generic control interface defined by T.
(Inherited from ControlBase) |