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

Configures the visual appearance of shape connector points when users hover over them. Use this to provide visual feedback and highlight available connection points during diagram editing. Works with DiagramShapeConnectorHoverFillDescriptor and DiagramShapeConnectorHoverStrokeDescriptor for detailed hover styling. Helps users identify valid connection endpoints when creating or modifying connections.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class DiagramShapeConnectorHoverDescriptor : DataVizChildComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDiagramShapeConnectorHoverDescriptor

Constructors

C#
public DiagramShapeConnectorHoverDescriptor()

Methods

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

Dictionary<string, object>

Properties

Configures the fill appearance of connectors when users hover over them. Use DiagramShapeConnectorHoverFillDescriptor to change the background color and opacity on hover. This provides visual feedback to indicate which connector will be used for creating connections.

C#
public DiagramShapeConnectorHoverFillDescriptor Fill { get; set; }

Configures the stroke appearance of connectors when users hover over them. Use DiagramShapeConnectorHoverStrokeDescriptor to change the border color, width, and style on hover. This highlights connection points to guide users when creating connections between shapes.

C#
public DiagramShapeConnectorHoverStrokeDescriptor Stroke { get; set; }