public MenuButtonLocation Location { get; set; }Public Property Location As MenuButtonLocation
Get
Setpublic:
property MenuButtonLocation Location {
MenuButtonLocation get ();
void set (MenuButtonLocation value);
}member Location : MenuButtonLocation with get, set