BorderColor: IGxColor;
The BorderColor property determines a component border color.
Changing web form border color is not supported.
Executing the example requires that the repository contains a web form and a button named Button1.
Add links to the Drawing and WebForms system assemblies.
Sub Button1OnClick;
Begin
Button1.BorderColor := GxColor.FromKnownColor(GxKnownColor.Red);
End Sub Button1OnClick;
When executing the web form, clicking the button changes we form border color.
See also: