Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / ButtonStyle Property

In This Topic
    ButtonStyle Property
    In This Topic
    Gets or sets the style used by the ToolBar and ProgressBar buttons.
    Syntax
    'Declaration
     
    Public Property ButtonStyle As ButtonSettings
    public ButtonSettings ButtonStyle {get; set;}
    Remarks
    You need to call the Viewport.CompileUserInterfaceElements() to see the effect of this command.
    See Also