Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ButtonSettings Class / ButtonSettings Constructor / ButtonSettings Constructor(Int32,Int32,Int32,Color)
The buttons size
The buttons corner radius
Distance between the buttons
The buttons highlight color

In This Topic
    ButtonSettings Constructor(Int32,Int32,Int32,Color)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal buttonSize As Integer, _
       ByVal buttonCornerRadius As Integer, _
       ByVal gap As Integer, _
       ByVal buttonHighlightColor As Color _
    )
    public ButtonSettings( 
       int buttonSize,
       int buttonCornerRadius,
       int gap,
       Color buttonHighlightColor
    )

    Parameters

    buttonSize
    The buttons size
    buttonCornerRadius
    The buttons corner radius
    gap
    Distance between the buttons
    buttonHighlightColor
    The buttons highlight color
    Remarks
    You need to call the ViewportLayout.CompileUserInterfaceElements to see the effect of your changes at run-time.
    See Also