Class PropertyTooltipAttribute
Attribute to specify a tooltip for a property.
[AttributeUsage(AttributeTargets.Property, Inherited = true, AllowMultiple = true)]
public class PropertyTooltipAttribute : Attribute
- Inheritance
-
PropertyTooltipAttribute
Constructors
PropertyTooltipAttribute(string)
public PropertyTooltipAttribute(string tooltip)
Parameters
tooltip
string
PropertyTooltipAttribute(TooltipAttribute)
public PropertyTooltipAttribute(TooltipAttribute tooltip)
Parameters
tooltip
TooltipAttribute
Properties
Tooltip
public string Tooltip { get; }