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