iWheelCylinders Property

Gets the CylinderCollection which contains all the Cylinder objects of iWheel control.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
[TypeConverterAttribute(typeof(CylinderCollectionConverter))]
public CylinderCollection Cylinders { get; }

Property Value

CylinderCollection

Remarks

You can use the CylinderCollection to add, remove, insert, etc. Cylinders into iWheel object.

See Also