MobileForms Toolkit Documentation

Item.TextFont Property

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

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

Property Value

The Font object to apply to the text 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