MobileForms Toolkit Documentation

Item.LabelFont Property

Gets or sets the font of the label displayed by the Item.

public System.Drawing.Font LabelFont {get; set;}

Property Value

The Font object to apply to the label displayed by the Item. The default is Tahoma, 8pt.

Remarks

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.

See Also

Item Class | Resco.Controls.DetailView Namespace