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

In This Topic
    AutoRefresh Property
    In This Topic
    When true the Invalidate() and the CompileUserInterfaceElements() are automatically called after changing the properties that are defined as dependency properties.
    Syntax
    'Declaration
     
    Public Property AutoRefresh As Boolean
    public bool AutoRefresh {get; set;}
    Remarks
    Set it to true if you want a real-time refresh in the WPF data binding process.
    See Also