Skip to content

ForegroundColor Field

Summary

The foreground color. Property value can be set using color values, or use the strings Color.Red, Color.FromName("Red"), Color.FromArgb(255, 0, 0), Color.FromHex("#ff0000"), "Red", "#ff0000".

Signature

1
public static ControlProperty ForegroundColor;

Return Value

ControlProperty

Declaring Type

cAlgo.API.ControlProperty


Last update: March 17, 2023