ClassDiagramShapeConnectorHoverStrokeDescriptor
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
DiagramShapeConnectorHoverStrokeDescriptor()
Declaration
public DiagramShapeConnectorHoverStrokeDescriptor()
Properties
Color
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.
DashType
Width
Sets the thickness of connector borders in pixels when users hover over them. For example, 2 creates a more prominent hover border than the default connector border. Thicker borders improve visibility and provide clear hover feedback.
Methods
Serialize()
Declaration
public Dictionary<string, object> Serialize()
Returns