The color of the window's inner border.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Brush InnerBorderBrush { get; set; }
Visual Basic
Public Property InnerBorderBrush As Brush
	Get
	Set
JScript
function get InnerBorderBrush () : Brush
function set InnerBorderBrush (value : Brush)

See Also