Click or drag to resize
KaxTimeViewBorderWidth Property
Gets or sets the border width of the KaxTimeView control.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public override Unit BorderWidth { get; set; }

Property Value

Type: Unit
A Unit that represents the border width of a KaxTimeView control. The default value is Unit.Empty, which indicates that this property is not set.
Remarks

Use the BorderWidth property to specify a border width for a control.

This property is set with a Unit object. If the Value property of the Unit contains a negative number, an exception is thrown.

See Also