Skip to main content

VectorMapTooltipBuilder Methods

Provides methods that allow you to configure nested options of the client-side tooltip object.
Name Description
ArrowLength(JS) Specifies the length of a tooltip's arrow in pixels. Mirrors the client-side arrowLength option.
ArrowLength(Double) Specifies the length of a tooltip's arrow in pixels. Mirrors the client-side arrowLength option.
Border(Action<VectorMapTooltipBorderBuilder>) Configures a tooltip's border. Mirrors the client-side border object.
Color(JS) Colors all tooltips. Mirrors the client-side color option.
Color(String) Colors all tooltips. Mirrors the client-side color option.
Container(JS) Specifies the container in which to draw tooltips. The default container is the HTML DOM `` element. Mirrors the client-side container option.
Container(String) Specifies the container in which to draw tooltips. The default container is the HTML DOM `` element. Mirrors the client-side container option.
ContentTemplate(JS) Specifies the client-side contentTemplate.
ContentTemplate(RazorBlock) Specifies the client-side contentTemplate.
ContentTemplate(TemplateName) Specifies the client-side contentTemplate.
ContentTemplate(String) Specifies the client-side contentTemplate.
CornerRadius(JS) Makes all the tooltip's corners rounded. Mirrors the client-side cornerRadius option.
CornerRadius(Double) Makes all the tooltip's corners rounded. Mirrors the client-side cornerRadius option.
CustomizeTooltip(RazorBlock) Specifies text and appearance of a set of tooltips. Mirrors the client-side customizeTooltip option.
CustomizeTooltip(String) Specifies text and appearance of a set of tooltips. Mirrors the client-side customizeTooltip option.
Enabled(JS) Enables tooltips. Mirrors the client-side enabled option.
Enabled(Boolean) Enables tooltips. Mirrors the client-side enabled option.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Font(Action<VizFontBuilder>) Specifies tooltips' font properties. Mirrors the client-side font object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Opacity(JS) Specifies tooltips' transparency. Mirrors the client-side opacity option.
Opacity(Double) Specifies tooltips' transparency. Mirrors the client-side opacity option.
Option(String, Object) Specifies an option by its name.
PaddingLeftRight(JS) Generates an empty space, measured in pixels, between a tooltip's left/right border and its text. Mirrors the client-side paddingLeftRight option.
PaddingLeftRight(Double) Generates an empty space, measured in pixels, between a tooltip's left/right border and its text. Mirrors the client-side paddingLeftRight option.
PaddingTopBottom(JS) Generates an empty space, measured in pixels, between a tooltip's top/bottom border and its text. Mirrors the client-side paddingTopBottom option.
PaddingTopBottom(Double) Generates an empty space, measured in pixels, between a tooltip's top/bottom border and its text. Mirrors the client-side paddingTopBottom option.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Shadow(Action<VectorMapTooltipShadowBuilder>) Configures a tooltip's shadow. Mirrors the client-side shadow object.
ToString() Returns a string that represents the current object. Inherited from Object.
ZIndex(JS) Specifies a tooltip's z-index. Mirrors the client-side zIndex option.
ZIndex(Int32) Specifies a tooltip's z-index. Mirrors the client-side zIndex option.
See Also