Skip to main content

BootstrapUIWidgetTooltipSettings.ArrowLength Property

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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.

See Also