ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.C1SuperTooltip 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
     
    Public Property RoundedCorners As System.Boolean
    public System.bool RoundedCorners {get; set;}
    Remarks
    This property has no effect if IsBalloon is set to true.
    See Also