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

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