Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.SharePoint.Mobile.Controls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ForeColor As Color
Get
Set
'Usage
Dim instance As TextViewBase
Dim value As Color
value = instance.ForeColor
instance.ForeColor = value
public Color ForeColor { get; set; }
Property value
Type: System.Drawing.Color