Class TooltipValue
The value of a tooltip parameter.
public sealed class TooltipValue
- Inheritance
-
objectTooltipValue
- Extension Methods
Properties
Value
The value to be used in the tooltip.
public object Value { get; init; }
Property Value
- object
ValueType
The type of the value.
public TooltipValueType ValueType { get; init; }