Gets/sets the foreground color of the control.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic

<BrowsableAttribute(False)> _
Public Overrides ReadOnly Property ForeColor As Color

C#

[BrowsableAttribute(false)]
public override Color ForeColor { get; }

Property Value

A Color value.

Remarks

This property makes no sense for the BitmapViewer class.