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

In This Topic
    Size Property (UserInterfaceSymbolBase)
    In This Topic
    Gets or sets the size in pixels.
    Syntax
    'Declaration
     
    Public Overridable Property Size As Integer
    public virtual int Size {get; set;}
    Remarks
    You need to call the ViewportLayout.CompileUserInterfaceElements to see the effect of your changes at run-time.
    See Also