Share via


ThmxTheme.HyperlinkColor property

Gets the color to be applied to hypertext links in the current theme.

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

Syntax

'Declaration
Public ReadOnly Property HyperlinkColor As ThemeColor
    Get
'Usage
Dim instance As ThmxTheme
Dim value As ThemeColor

value = instance.HyperlinkColor
public ThemeColor HyperlinkColor { get; }

Property value

Type: Microsoft.SharePoint.Utilities.ThemeColor
A ThemeColor object that specifies the color to be applied to hypertext links in the current theme.

See also

Reference

ThmxTheme class

ThmxTheme members

Microsoft.SharePoint.Utilities namespace