ThmxTheme.FollowedHyperlinkColor property
Gets the color specified in the current theme to be applied to hypertext links that have been followed.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property FollowedHyperlinkColor As ThemeColor
Get
'Usage
Dim instance As ThmxTheme
Dim value As ThemeColor
value = instance.FollowedHyperlinkColor
public ThemeColor FollowedHyperlinkColor { get; }
Property value
Type: Microsoft.SharePoint.Utilities.ThemeColor
A color of type ThemeColor that is specified to be applied to followed hypertext links on the current theme.