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