Class
DiagramShapeConnectorHoverFillDescriptor

Controls the fill color and appearance of shape connector points when hovered. Use this to change connector interior color on hover, making it clear which connection point is being targeted. Part of the DiagramShapeConnectorHoverDescriptor styling. Example: Brighten fill to "#5DADE2" on hover for clear visual feedback.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DiagramShapeConnectorHoverFillDescriptor : DataVizChildComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDiagramShapeConnectorHoverFillDescriptor

Constructors

DiagramShapeConnectorHoverFillDescriptor()

Declaration

cs-api-definition
public DiagramShapeConnectorHoverFillDescriptor()

Properties

Color

Sets the background fill color of connectors when users hover over them. Use any valid CSS color value such as hex codes (e.g., "#81C784"), color names (e.g., "lightgreen"), or rgba values. A bright hover color draws attention to the active connector point.

Declaration

cs-api-definition
public string Color { get; set; }

Property Value

string

Opacity

Sets the transparency level of the connector hover fill color. Accepts values from 0 (fully transparent) to 1 (fully opaque). For example, 0.9 creates a prominent but slightly transparent hover effect. Use higher opacity values to create clear hover feedback.

Declaration

cs-api-definition
public double? Opacity { get; set; }

Property Value

double?

Methods

Serialize()

Declaration

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

Returns

Dictionary<string, object>