Class TextWithBadgeButtonMode
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- DocumentSDK.MAUI.dll
public class TextWithBadgeButtonMode : PreviewButton
- Inheritance
-
TextWithBadgeButtonMode
- Inherited Members
-
Constructors
TextWithBadgeButtonMode()
public TextWithBadgeButtonMode()
Properties
AccessibilityDescription
public string AccessibilityDescription { get; set; }
Property Value
- string
Background
public BackgroundStyle Background { get; set; }
Property Value
- BackgroundStyle
PageCounter
public BadgeStyle PageCounter { get; set; }
Property Value
- BadgeStyle
Title
public StyledText Title { get; set; }
Property Value
- StyledText
Methods
FromJson(string)
public static TextWithBadgeButtonMode FromJson(string rawJson)
Parameters
rawJson string
Returns
- TextWithBadgeButtonMode