Table of Contents

Method GetBackColor

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

GetBackColor(Color)

When implemented by a class, returns BackColor or ForeColor depending on Options.

Color GetBackColor(Color color)

Parameters

color Color

Specifies default color to return if BackColor or ForeColor represent empty color.

Returns

Color

ForeColor if LineStyleOptions.InvertColors is on; otherwise BackColor.