Controls the outline stroke color, width, and style of shape connector points when hovered. Use this to emphasize connector borders during hover interactions, helping users precisely target connection points. Part of the DiagramShapeConnectorHoverDescriptor styling. Example: Thicken stroke to 2px on hover for enhanced visibility.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class DiagramShapeConnectorHoverStrokeDescriptor : DataVizChildComponentDescriptor
Inheritance: objectDataVizChildComponentDescriptorDiagramShapeConnectorHoverStrokeDescriptor
Constructors
public DiagramShapeConnectorHoverStrokeDescriptor()
Methods
Properties
Sets the border color of connectors when users hover over them. Use any valid CSS color value such as hex codes (e.g., "#388E3C"), color names (e.g., "green"), or rgba values. A contrasting hover border makes connectors easily identifiable during connection creation.
public string Color { get; set; }