IsBalloon Property (C1SuperTooltipBase)
In This Topic
Gets or sets whether the tooltip is shown in a balloon shape.
Syntax
'Declaration
<DefaultValueAttribute(False)>
<C1DescriptionAttribute("ST.IsBalloon", "Gets or sets whether the tooltip is shown in a balloon shape.")>
<C1CategoryAttribute("Appearance")>
Public Property IsBalloon As Boolean
[DefaultValue(false)]
[C1Description("ST.IsBalloon", "Gets or sets whether the tooltip is shown in a balloon shape.")]
[C1Category("Appearance")]
public bool IsBalloon {get; set;}
See Also