This documentation is for the old version. Go to the latest Graphics Mill docs

BitmapViewer.ForeColor Property

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.

See Also

Reference