EnumItemVisibility
Enum
Represents possible virtualization state particular item could be in.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
public enum ItemVisibility
Fields
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.