menu

WPF

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

    Show / Hide Table of Contents

    Enum VirtualizationState

    Specifies the Virtualization state in SfDiagram.

    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public enum VirtualizationState

    Fields

    Name Description
    Realized

    Notify the element going to Realized. Its happen when the elements came into viewpot.

    Realizing

    Notify the element going to Realizing state. Its happen when the elements comes to viewport.

    Virtualized

    Notify the element going to Virtualized. Its happen when the elements went outside of the viewport.

    Virtualizing

    Notify the element going to virtualizig.Its happen when the elements goes outside of the viewport.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved