Configures the visual appearance of a diagram shape when users hover their mouse over it. Use this to provide visual feedback by changing the shape's fill color, stroke, or opacity on hover. Works with DiagramShapeHoverFillDescriptor for detailed hover styling. Enhances user interaction by highlighting shapes under the cursor.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class DiagramShapeHoverDescriptor : DataVizChildComponentDescriptor
Inheritance: objectDataVizChildComponentDescriptorDiagramShapeHoverDescriptor
Constructors
C#
public DiagramShapeHoverDescriptor()
Methods
Properties
Configures the fill appearance when users hover over the shape. Use DiagramShapeHoverFillDescriptor to change the background color and opacity on hover. This provides visual feedback to indicate interactive shapes. Leave null to use the default hover effect.
C#
public DiagramShapeHoverFillDescriptor Fill { get; set; }