Share via


SPPinnedSiteTile.TileColor property

The tile color can be specified as a hex RGB color using CSS’s #rrggbb notation, via CSS color names, or by the CSS rgb() function.

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

Syntax

'Declaration
Public Property TileColor As String
    Get
    Set
'Usage
Dim instance As SPPinnedSiteTile
Dim value As String

value = instance.TileColor

instance.TileColor = value
public string TileColor { get; set; }

Property value

Type: System.String

See also

Reference

SPPinnedSiteTile class

SPPinnedSiteTile members

Microsoft.SharePoint.WebControls namespace