Xamarin Pack Programmer's Guide
RadialMenu.AddMenuButton Method
See Also
 






Adds a new button, initialized with the specified image, to the radial menu.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public IMenuButton AddMenuButton (
    string fileName
)

Visual Basic  Copy Code

Public Function AddMenuButton( _
    fileName As String _
) As IMenuButton

 Parameters

fileName

The file name of the button image.

 Return Value

The newly created button.

 See Also

RadialMenu Members
RadialMenu Class
MindFusion.Scheduling Namespace