Skip to content

BorderColor Property

Summary

Gets or sets the border line color. Check the Color class for the ARGB (alpha, red, green, blue) color values, oruse the strings Color.Red, Color.FromName("Red"), Color.FromArgb(255, 0, 0), Color.FromHex("#ff0000"), "Red","#ff0000".

Signature

1
public Color BorderColor {get; set;}

Return Value

Color

Declaring Type

cAlgo.API.Border


Last update: March 23, 2023