Class
DiagramConnectionHoverStrokeDescriptor

Controls the stroke color, width, and style of a diagram connection line when hovered. Use this to customize how the connection outline appears during mouse hover interactions. Part of the DiagramConnectionHoverDescriptor configuration. Example: Change to a thicker, brighter line on hover for better visibility.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DiagramConnectionHoverStrokeDescriptor : DataVizChildComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionHoverStrokeDescriptor

Constructors

DiagramConnectionHoverStrokeDescriptor()

Declaration

cs-api-definition
public DiagramConnectionHoverStrokeDescriptor()

Properties

Color

Sets the line color displayed when users hover over the connection. Use any valid CSS color value such as hex codes (e.g., "#2196F3"), color names (e.g., "blue"), or rgba values. This provides visual feedback to highlight connections on hover, distinct from the default stroke color set by Color.

Declaration

cs-api-definition
public string Color { get; set; }

Property Value

string

Methods

Serialize()

Declaration

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

Returns

Dictionary<string, object>