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

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