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

Configures the visual appearance of a diagram connection when users hover their mouse over it. Use this to provide visual feedback by changing the connection's stroke color, width, or style on hover. Works with DiagramConnectionHoverStrokeDescriptor for detailed hover styling. Enhances user interaction by highlighting connections under the cursor.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class DiagramConnectionHoverDescriptor : DataVizChildComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionHoverDescriptor

Constructors

C#
public DiagramConnectionHoverDescriptor()

Methods

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

Dictionary<string, object>

Properties

Configures the stroke appearance when users hover over the connection line. Use DiagramConnectionHoverStrokeDescriptor to change the line color and width on hover. This provides visual feedback to highlight connections when interacting with the diagram. Leave null to use the default hover effect.

C#
public DiagramConnectionHoverStrokeDescriptor Stroke { get; set; }