PrimitiveBaseCollectionItem(Int32) Property

Gets or sets a PrimitiveBase object at specified index.

Definition

Namespace: BeeMobile.TransparentControls.Primitives
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
public PrimitiveBase this[
	int index
] { get; set; }

Parameters

index  Int32
Index of the PrimitiveBase to get or set.

Return Value

PrimitiveBase
A PrimitiveBase object at specified index.

See Also