Class
DiagramShapeHoverDescriptor

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:

cs-api-definition
public class DiagramShapeHoverDescriptor : DataVizChildComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDiagramShapeHoverDescriptor

Constructors

DiagramShapeHoverDescriptor()

Declaration

cs-api-definition
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

cs-api-definition
public DiagramShapeHoverFillDescriptor Fill { get; set; }

Property Value

DiagramShapeHoverFillDescriptor

Methods

Serialize()

Declaration

cs-api-definition
public Dictionary<string, object> Serialize()

Returns

Dictionary<string, object>