Share via


TextViewBase.ForeColor property

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

See also

Reference

TextViewBase class

TextViewBase members

Microsoft.SharePoint.Mobile.Controls namespace