Class LabelWithTooltipProperties
Represents the configuration of the LabelWithTooltip component.
public sealed class LabelWithTooltipProperties
- Inheritance
-
objectLabelWithTooltipProperties
- Extension Methods
Properties
Label
The text that will be displayed as a label.
public string Label { get; set; }
Property Value
- string
TooltipText
The text that will be displayed as a tooltip.
public string TooltipText { get; set; }
Property Value
- string