[]
Represnts a FieldInfo class used to define a base field.
public abstract class FieldInfo : INamedObject
Public MustInherit Class FieldInfo
Implements INamedObject
This class implements the view function for a single segment. Some input behavior is also exposed to the user. This is the final interface for the user. When a field is created, it creates a segment and a value module for it. Then configuration is done on the segment and the value module.
| Name | Description |
|---|---|
| FieldInfo() | Initializes a new instance of the FieldInfo class. |
| Name | Description |
|---|---|
| BackColor | Gets or sets the background color of the FieldInfo object. |
| Font | Gets or sets the font of the FieldInfo object. |
| ForeColor | Gets or sets the foreground color of the FieldInfo object. |
| Margin | Gets or sets the space around the FieldInfo object. |
| Name | Gets or sets the name of the object. |
| Padding | Gets or sets padding within the FieldInfo object. |
| Text | Gets text of the Field. |