Skip to main content
A newer version of this page is available. .

BootstrapUIWidgetTooltipSettings.ArrowLength Property

Specifies the length of a tooltip’s arrow in pixels.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

[DefaultValue(10)]
public int ArrowLength { get; set; }

Property Value

Type Default Description
Int32 10

An integer specifying the length of a tooltip’s arrow in pixels.

Property Paths

You can access this nested property as listed below:

Object Type Path to ArrowLength
BootstrapChart
.SettingsToolTip.ArrowLength
BootstrapChartBase
.SettingsToolTip.ArrowLength
BootstrapCoordinateSystemChart
.SettingsToolTip.ArrowLength
BootstrapPieChart
.SettingsToolTip.ArrowLength
BootstrapPolarChart
.SettingsToolTip.ArrowLength
BootstrapSparkline
.SettingsToolTip.ArrowLength
See Also