ClassDiagramConnectionHoverStrokeDescriptor
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:
public class DiagramConnectionHoverStrokeDescriptor : DataVizChildComponentDescriptor
Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionHoverStrokeDescriptor
Constructors
DiagramConnectionHoverStrokeDescriptor()
Declaration
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.
Methods
Serialize()
Declaration
public Dictionary<string, object> Serialize()
Returns