ThemeFont.LatinFont property

NOTE: This API is now obsolete.

Gets or sets the font to be used to represent Latin characters.

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

Syntax

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

value = instance.LatinFont

instance.LatinFont = value
[ObsoleteAttribute("Use LatinFontFace instead")]
[ScriptIgnoreAttribute]
public string LatinFont { 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