Polygon.Item[Int32] Property

Definition

Gets or sets the location object at the specified index.

public:
 property Microsoft::Maui::Devices::Sensors::Location ^ default[int] { Microsoft::Maui::Devices::Sensors::Location ^ get(int index); void set(int index, Microsoft::Maui::Devices::Sensors::Location ^ value); };
public Microsoft.Maui.Devices.Sensors.Location this[int index] { get; set; }
member this.Item(int) : Microsoft.Maui.Devices.Sensors.Location with get, set
Default Public Property Item(index As Integer) As Location

Parameters

index
Int32

The index of the location object to return or set.

Property Value

The location object at the specified index.

Implements

Applies to