Search
RadialMenuItem Constructor
See Also
 






Initializes a new instance of the RadialMenuItem class.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public RadialMenuItem (
    IImage image,
    Size itemSize,
    Pen stroke,
    Brush fillBrush
)

Visual Basic  Copy Code

Public New ( _
    image As IImage, _
    itemSize As Size, _
    stroke As Pen, _
    fillBrush As Brush _
)

 Parameters

image

A Microsoft.Maui.Graphics.IImage representing the image.

itemSize

Specifies the item's icon size.

stroke

A Pen used to stroke the item's border.

fillBrush

A Brush used to fill the item's background.

 See Also