ThemeFontFace.SmallImageUrl property
The absolute or relative URL to a small image representation of the font for use in the font picker experience
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property SmallImageUrl As Uri
Get
Private Set
'Usage
Dim instance As ThemeFontFace
Dim value As Uri
value = instance.SmallImageUrl
public Uri SmallImageUrl { get; private set; }
Property value
Type: System.Uri