Font Property (C1SuperTooltipBase)
In This Topic
Gets or sets the default font used to display the tooltip.
Syntax
'Declaration
<C1CategoryAttribute("Appearance")>
<DefaultValueAttribute(System.Drawing.Font, "Tahoma, 8.25pt")>
<C1DescriptionAttribute("ST.Font", "Gets or sets the default font used to display the tooltip.")>
Public Property Font As Font
[C1Category("Appearance")]
[DefaultValue(System.Drawing.Font, "Tahoma, 8.25pt")]
[C1Description("ST.Font", "Gets or sets the default font used to display the tooltip.")]
public Font Font {get; set;}
See Also