Click or drag to resize
KaxTimeViewBorderStyle Property
Gets or sets the border style 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 BorderStyle BorderStyle { get; set; }

Property Value

Type: BorderStyle
One of the BorderStyle enumeration values. The default is NotSet.
Remarks

Use the BorderStyle property to specify the border style for the KaxTimeView control. This property is set using one of the BorderStyle enumeration values. The following table lists the possible values.

Border StyleDescription
NotSetThe border style is not set.
NoneNo border
DottedA dotted line border.
DashedA dashed line border.
SolidA solid line border.
DoubleA solid double line border.
GrooveA grooved border for a sunken border appearance.
RidgeA ridged border for a raised border appearance.
InsetAn inset border for a sunken control appearance.

Note: This property will not render on some browsers.

See Also