Поделиться через


Polygon.Item[Int32] Свойство

Определение

Возвращает или задает объект расположения по указанному индексу.

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

Параметры

index
Int32

Индекс объекта расположения, возвращаемого или заданного.

Значение свойства

Объект расположения по указанному индексу.

Реализации

Применяется к