ClassDiagramConnectionHoverDescriptor
Configures the visual appearance of a diagram connection when users hover their mouse over it. Use this to provide visual feedback by changing the connection's stroke color, width, or style on hover. Works with DiagramConnectionHoverStrokeDescriptor for detailed hover styling. Enhances user interaction by highlighting connections under the cursor.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class DiagramConnectionHoverDescriptor : DataVizChildComponentDescriptor
Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionHoverDescriptor
Constructors
DiagramConnectionHoverDescriptor()
Declaration
public DiagramConnectionHoverDescriptor()
Properties
Stroke
Configures the stroke appearance when users hover over the connection line. Use DiagramConnectionHoverStrokeDescriptor to change the line color and width on hover. This provides visual feedback to highlight connections when interacting with the diagram. Leave null to use the default hover effect.
Declaration
public DiagramConnectionHoverStrokeDescriptor Stroke { get; set; }
Property Value
Methods
Serialize()
Declaration
public Dictionary<string, object> Serialize()
Returns