Click or drag to resize

OverlayBorderColor Property

Gets or sets the overlay's border color. By default, the border color is White. However, also by default, the overlay has a BorderSize of 0.0 so the border is not displayed.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual Color BorderColor { get; set; }

Property Value

Type: Color
See Also