CylinderChangeType Enumeration

Represents the types of changes which take place in a Cylinder.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
public enum CylinderChangeType

Members

DimensionsChanged0 The dimensions of a Cylinder were changed.
ContentChanged1 The content of a Cylinder was changed.
NoVisualChanged2 No property which affects the visual representation of a Cylinder was changed.
AllCylindersRemoved3 All Cylinder objects were removed from a CylinderCollection.
CylinderInserted4 A Cylinder object was inserted into a CylinderCollection.
OneCylinderRemoved5 A single Cylinder object was removed from a CylinderCollection.

See Also