Edit

Share via


WebView.Font Property

Definition

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

[System.ComponentModel.Browsable(false)]
public override System.Drawing.Font Font { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Font : System.Drawing.Font with get, set
Public Overrides Property Font As Font

Property Value

The Font to apply to the text displayed by the control.

Attributes

Exceptions

The value of Font is modified.

Remarks

Font cannot be modified and is not visible in the designer.

Applies to