KaxTimeViewBorderStyle Property |
Namespace: Kettic.AspNet.Controls
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 Style | Description |
NotSet | The border style is not set. |
None | No border |
Dotted | A dotted line border. |
Dashed | A dashed line border. |
Solid | A solid line border. |
Double | A solid double line border. |
Groove | A grooved border for a sunken border appearance. |
Ridge | A ridged border for a raised border appearance. |
Inset | An inset border for a sunken control appearance. |
Note: This property will not render on some browsers.