Class PopupItem

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll
API Level:
preview

The PopupItem is a class that includes the icon and text.

C#
Copy
public class PopupItem : ItemObject
Inheritance
System.Object
PopupItem

Properties

View Source

Icon

Gets the EvasObject icon of the popupitem.

Declaration
C#
Copy
public EvasObject Icon { get; }
Property Value
Type Description
EvasObject
API Level: preview
View Source

Text

Gets the text label of the popupitem. Return value is string.

Declaration
C#
Copy
public string Text { get; }
Property Value
Type Description
System.String
API Level: preview

Extension Methods