menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum RefreshFrequency - API Reference

    Show / Hide Table of Contents

    Enum RefreshFrequency

    Specifies the layout can be refreshed using RefreshFrequency.

    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    [Flags]
    public enum RefreshFrequency

    Fields

    Name Description
    Add

    Specifies to update the layout automatically when add the element into the collection.

    ArrangeParsing

    Specifies to update the layout automatically when collection is change.

    FirstLoad

    Specifies to update the layout in first load of the diagram.

    Load

    Specifies to update the layout in loading of the diagram.

    Move

    Specifies to update the layout automatically when Move the element into the collection.

    Remove

    Specifies to update the layout automatically when remove the element into the collection.

    Reset

    Specifies to update the layout automatically when reset the datasource collection.

    Resized

    Specifies to update the layout automatically when complete the resize of the element.

    Resizing

    Specifies to update the layout automatically when resizing the element.

    Extension Methods

    DiagramExtensions.Contains(RefreshFrequency)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved