System.Windows.Forms.ListViewItem.Font Property

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

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Localizable(true)]
public System.Drawing.Font Font { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

You can use this method to change the font styles applied to the text of the item. Because a System.Drawing.Font is immutable (you cannot adjust any of its properties), you can only assign the Control.Font property a new System.Drawing.Font. However, you can base the new font on the existing font.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0