ClassDiagramShapeHoverFillDescriptor
Controls the fill color and appearance inside a diagram shape during mouse hover. Use this to change the shape's interior color when users move their cursor over it, providing immediate visual feedback. Part of the DiagramShapeHoverDescriptor styling. Example: Lighten or brighten the fill color on hover for interactive emphasis.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class DiagramShapeHoverFillDescriptor : DataVizChildComponentDescriptor
Inheritance: objectDataVizChildComponentDescriptorDiagramShapeHoverFillDescriptor
Constructors
DiagramShapeHoverFillDescriptor()
Declaration
public DiagramShapeHoverFillDescriptor()
Properties
Color
Sets the background fill color displayed when users hover over the shape. Use any valid CSS color value such as hex codes (e.g., "#E3F2FD"), color names (e.g., "lightblue"), or rgba values. This provides visual feedback distinct from the default fill color set by Color.
Methods
Serialize()
Declaration
public Dictionary<string, object> Serialize()
Returns