TextViewBase.ForeColor property
Namespace: Microsoft.SharePoint.Mobile.Controls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property ForeColor As Color
Get
Set
'Uso
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