| Visual Basic (Declaration) | |
|---|---|
Public Property Font As Font | |
| C# | |
|---|---|
public Font Font {get; set;} | |
Property Value
Current System.Drawing.Font object used to render the control's text.The Font property is for design-time use only. To set the font at run time, use the SelectionFont property.