Share via


ThemeFont.EastAsianFont Property

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

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Property EastAsianFont As String
    Get
    Set
'Usage
Dim instance As ThemeFont
Dim value As String

value = instance.EastAsianFont

instance.EastAsianFont = value
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