Font Property (DisplayField)
Gets or sets the font of the
DisplayField.
public Font Font {get; set;}
'Declaration
Public Property Font As Font
'Usage
Dim instance As DisplayField
Dim value As Font
instance.Font = value
value = instance.Font
Property Value
A
System.Drawing.Font object indicates the
Font of the field.