Table of Contents

Class PopupMenuItem

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll

Configuration for the popup menu items.

public class PopupMenuItem
Inheritance
PopupMenuItem
Inherited Members

Properties

AccessibilityDescription

The text to be read when the button is selected through accessibility mode. Default is ""

public string AccessibilityDescription { get; set; }

Property Value

string

Icon

Configuration of the icon appearance.

public IconStyle Icon { get; set; }

Property Value

IconStyle

Title

The text to be displayed on the button.

public StyledText Title { get; set; }

Property Value

StyledText

Methods

FromJson(string)

public static PopupMenuItem FromJson(string rawJson)

Parameters

rawJson string

Returns

PopupMenuItem