Share via


ThemeFont.EastAsianFont property

NOTE: This API is now obsolete.

Gets or sets the font to be used to represent East Asian characters.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ScriptIgnoreAttribute> _
<ObsoleteAttribute("Use EastAsianFontFace instead")> _
Public Property EastAsianFont As String
    Get
    Set
'Usage
Dim instance As ThemeFont
Dim value As String

value = instance.EastAsianFont

instance.EastAsianFont = value
[ScriptIgnoreAttribute]
[ObsoleteAttribute("Use EastAsianFontFace instead")]
public string EastAsianFont { get; set; }

Property value

Type: System.String
A string that provides the name of the font.

See also

Reference

ThemeFont class

ThemeFont members

Microsoft.SharePoint.Utilities namespace