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

In This Topic
    RoundedCorners Property
    In This Topic
    Gets or sets whether the tooltip window has rounded corners.
    Syntax
    'Declaration
     
    
    Public Property RoundedCorners As Boolean
    public bool RoundedCorners {get; set;}
    Remarks
    This property has no effect if IsBalloon is set to true.
    See Also