Layout.Item[Int32] Property

Definition

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

Parameters

index
Int32

Property Value

Implements

Applies to