Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ButtonSettings Class / CornerRadius Property

In This Topic
    CornerRadius Property (ButtonSettings)
    In This Topic
    Gets or sets the button corner radius.
    Syntax
    'Declaration
     
    Public Property CornerRadius As Integer
    public int CornerRadius {get; set;}
    Remarks
    You need to call the Viewport.CompileUserInterfaceElements() to see the effect of this command.
    See Also