[]
Represents DisplayField class to define a base for display field.
public abstract class DisplayField : INamedObject
Public MustInherit Class DisplayField
Implements INamedObject
| Name | Description |
|---|---|
| DisplayField() | Initializes a new instance of the DisplayField class. |
| Name | Description |
|---|---|
| BackColor | Gets or sets the background color of the DisplayField. |
| Font | Gets or sets the font of the DisplayField. |
| ForeColor | Gets or sets the foreground color of the DisplayField. |
| Margin | Gets or sets the space around the DisplayField. |
| Name | Gets or sets the name of the object. |
| Padding | Gets or sets padding within the DisplayField. |
| Size | Gets the size of the DisplayField. |
| Text | Gets text assosiated to the DisplayField. |
| Name | Description |
|---|---|
| PointContainerToField(Point) | Computes the location of the specified container point into the DisplayField coordinates. |
| PointFieldToContainer(Point) | Computes the location of the specified the DisplayField point into container coordinates. |
| ResetFont() | Resets the Font property to default value. |
| ResetForeColor() | Resets the ForeColor property to default value. |
| Name | Description |
|---|---|
| Paint | Occurs when the display field is redrawn. |