New to Telerik UI for BlazorStart a free 30-day trial

Controls the stroke color, width, and style of a diagram connection line when hovered. Use this to customize how the connection outline appears during mouse hover interactions. Part of the DiagramConnectionHoverDescriptor configuration. Example: Change to a thicker, brighter line on hover for better visibility.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class DiagramConnectionHoverStrokeDescriptor : DataVizChildComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionHoverStrokeDescriptor

Constructors

C#
public DiagramConnectionHoverStrokeDescriptor()

Methods

C#
public Dictionary<string, object> Serialize()
Returns:

Dictionary<string, object>

Properties

Sets the line color displayed when users hover over the connection. Use any valid CSS color value such as hex codes (e.g., "#2196F3"), color names (e.g., "blue"), or rgba values. This provides visual feedback to highlight connections on hover, distinct from the default stroke color set by Color.

C#
public string Color { get; set; }