Gets/sets the thickness of this control's inner border.

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

Syntax

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

See Also