ClassDiagramShapeHoverDescriptor
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:
public class DiagramShapeHoverDescriptor : DataVizChildComponentDescriptor
Inheritance: objectDataVizChildComponentDescriptorDiagramShapeHoverDescriptor
Constructors
DiagramShapeHoverDescriptor()
Declaration
public DiagramShapeHoverDescriptor()
Properties
Fill
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.
Declaration
public DiagramShapeHoverFillDescriptor Fill { get; set; }
Property Value
Methods
Serialize()
Declaration
public Dictionary<string, object> Serialize()
Returns