DataGate Print File Designer® - Build 8.0.355 and above

BaseField.Underline Property

Boolean value specifying whether the field output is underlined.  The default is False indicating the field will not be underlined.

control.Underline [ =boolean]

Property Value

Gets or sets the boolean value indicating if the field output is underlined.  If set to True, the field output is underlined, otherwise False.

Remarks

To set the Underline property of a control, click on the right side of the property and choose one of the options in the drop-down box.


Setting Description
True The output field will be underlined.
False (Default) The output field will not be underlined.

Applies to

AutoField | CharField | DateTimeField | DecField | Label

See Also

BaseField Class | BaseField Class Members