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.
Applies to v2.
Gets or sets the fore color.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property ForeColor As SolidColorBrush
Get
Set
'Usage
Dim instance As FormatData
Dim value As SolidColorBrush
value = instance.ForeColor
instance.ForeColor = value
public SolidColorBrush ForeColor { get; set; }
public:
property SolidColorBrush^ ForeColor {
SolidColorBrush^ get ();
void set (SolidColorBrush^ value);
}
member ForeColor : SolidColorBrush with get, set
function get ForeColor () : SolidColorBrush
function set ForeColor (value : SolidColorBrush)
Property Value
Type: System.Windows.Media.SolidColorBrush
The fore color.