MenuFlyout.Item[Int32] Property

Definition

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

Parameters

index
Int32

Property Value

Implements

Applies to