TreeView for WinForms | ComponentOne
C1.Win.SuperTooltip Namespace / C1SuperTooltipBase Class / RoundedCorners Property

In This Topic
    RoundedCorners Property (C1SuperTooltipBase)
    In This Topic
    Gets or sets whether the tooltip window has rounded corners.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Appearance")>
    <C1DescriptionAttribute("ST.RoundedCorners", "Gets or sets whether the tooltip window has rounded corners.")>
    <DefaultValueAttribute(False)>
    Public Property RoundedCorners As Boolean
    [C1Category("Appearance")]
    [C1Description("ST.RoundedCorners", "Gets or sets whether the tooltip window has rounded corners.")]
    [DefaultValue(false)]
    public bool RoundedCorners {get; set;}
    Remarks
    This property has no effect if IsBalloon is set to true.
    See Also