Class SankeyDataLinkHighlight
Telerik UI SankeyDataLinkHighlight.
Inheritance
System.Object
SankeyDataLinkHighlight
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class SankeyDataLinkHighlight : Object
Constructors
SankeyDataLinkHighlight()
Declaration
public SankeyDataLinkHighlight()
Properties
InactiveOpacity
The opacity of the links when another link is highlighted by hovering or tapping on it.
Declaration
public Nullable<double> InactiveOpacity { get; set; }
Property Value
System.Nullable<System.Double>
|
Opacity
The opacity of the links when they are highlighted by hovering or tapping on them.
Declaration
public Nullable<double> Opacity { get; set; }
Property Value
System.Nullable<System.Double>
|
Methods
Serialize()
Declaration
public Dictionary<string, object> Serialize()
Returns
System.Collections.Generic.Dictionary<System.String, System.Object>
|