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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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.

See Also

Reference

ThmxTheme Class

ThmxTheme Members

Microsoft.SharePoint.Utilities Namespace