Gets or sets the font of the label displayed by the Item.
The Font object to apply to the label displayed by the Item. The default is Tahoma, 8pt.
Because the Font object is immutable (meaning that you cannot adjust any of it's properties), you can only assign the Font property a new Font object. However, you can base the new font on the existing font.
Item Class | Resco.Controls.DetailView Namespace