ClassDiagramShapeConnectorHoverDescriptor
Configures the visual appearance of shape connector points when users hover over them. Use this to provide visual feedback and highlight available connection points during diagram editing. Works with DiagramShapeConnectorHoverFillDescriptor and DiagramShapeConnectorHoverStrokeDescriptor for detailed hover styling. Helps users identify valid connection endpoints when creating or modifying connections.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class DiagramShapeConnectorHoverDescriptor : DataVizChildComponentDescriptor
Inheritance: objectDataVizChildComponentDescriptorDiagramShapeConnectorHoverDescriptor
Constructors
DiagramShapeConnectorHoverDescriptor()
Declaration
public DiagramShapeConnectorHoverDescriptor()
Properties
Fill
Configures the fill appearance of connectors when users hover over them. Use DiagramShapeConnectorHoverFillDescriptor to change the background color and opacity on hover. This provides visual feedback to indicate which connector will be used for creating connections.
Declaration
public DiagramShapeConnectorHoverFillDescriptor Fill { get; set; }
Property Value
Stroke
Configures the stroke appearance of connectors when users hover over them. Use DiagramShapeConnectorHoverStrokeDescriptor to change the border color, width, and style on hover. This highlights connection points to guide users when creating connections between shapes.
Declaration
public DiagramShapeConnectorHoverStrokeDescriptor Stroke { get; set; }
Property Value
Methods
Serialize()
Declaration
public Dictionary<string, object> Serialize()
Returns