Enum ItemVisibility
Represents possible virtualization state particular item could be in.
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public enum ItemVisibility
Collapsed
Represents the state when item is not visible and does not participate in the layout.
Virtualized
Represents the state when item is virtualized. It is not not visible and does not participate in the layout.
Visible
Represents the state when the item is realized and visible and participates in the layout.