Class
DiagramConnectionHoverDescriptor

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:

cs-api-definition
public class DiagramConnectionHoverDescriptor : DataVizChildComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionHoverDescriptor

Constructors

DiagramConnectionHoverDescriptor()

Declaration

cs-api-definition
public DiagramConnectionHoverDescriptor()

Properties

Stroke

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.

Declaration

cs-api-definition
public DiagramConnectionHoverStrokeDescriptor Stroke { get; set; }

Property Value

DiagramConnectionHoverStrokeDescriptor

Methods

Serialize()

Declaration

cs-api-definition
public Dictionary<string, object> Serialize()

Returns

Dictionary<string, object>