Class
DiagramShapeConnectorHoverDescriptor

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:

cs-api-definition
public class DiagramShapeConnectorHoverDescriptor : DataVizChildComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDiagramShapeConnectorHoverDescriptor

Constructors

DiagramShapeConnectorHoverDescriptor()

Declaration

cs-api-definition
public DiagramShapeConnectorHoverDescriptor()

Properties

Fill

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.

Declaration

cs-api-definition
public DiagramShapeConnectorHoverFillDescriptor Fill { get; set; }

Property Value

DiagramShapeConnectorHoverFillDescriptor

Stroke

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.

Declaration

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

Property Value

DiagramShapeConnectorHoverStrokeDescriptor

Methods

Serialize()

Declaration

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

Returns

Dictionary<string, object>