Property Tooltip
Tooltip
A tooltip to show when hovering over this element.
[JsonProperty("tooltip", NullValueHandling = NullValueHandling.Ignore)]
public NuiProperty<string>? Tooltip { get; set; }
A tooltip to show when hovering over this element.
[JsonProperty("tooltip", NullValueHandling = NullValueHandling.Ignore)]
public NuiProperty<string>? Tooltip { get; set; }