Share via


WebPageFont.ProportionalFont Property

Returns or sets the proportional font setting in the host application.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property ProportionalFont As String
    Get
    Set
'Usage
Dim instance As WebPageFont
Dim value As String

value = instance.ProportionalFont

instance.ProportionalFont = value
string ProportionalFont { get; set; }

Property Value

Type: System.String

Remarks

When you set the ProportionalFont property, the host application does not check the value for validity.

See Also

Reference

WebPageFont Interface

WebPageFont Members

Microsoft.Office.Core Namespace