KaxTimeViewBorderWidth Property |
Gets or sets the border width of the KaxTimeView control.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public override Unit BorderWidth { get; set; }
Public Overrides Property BorderWidth As Unit
Get
Set
public:
virtual property Unit BorderWidth {
Unit get () override;
void set (Unit value) override;
}
abstract BorderWidth : Unit with get, set
override BorderWidth : Unit with 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