Class SBSDKUI2StyledText
- Namespace
 - ScanbotSDK.iOS
 
- Assembly
 - DocumentSDK.NET.iOS.dll
 
public class SBSDKUI2StyledText : SBSDKUI2Node
  - Inheritance
 - 
      
      
      SBSDKUI2StyledText
 
Constructors
SBSDKUI2StyledText()
public SBSDKUI2StyledText()
  SBSDKUI2StyledText(NSObjectFlag)
protected SBSDKUI2StyledText(NSObjectFlag t)
  Parameters
tNSObjectFlag
SBSDKUI2StyledText(NativeHandle)
protected SBSDKUI2StyledText(NativeHandle handle)
  Parameters
handleNativeHandle
SBSDKUI2StyledText(bool, string, SBSDKUI2Color, bool)
public SBSDKUI2StyledText(bool visible, string text, SBSDKUI2Color color, bool useShadow)
  Parameters
visiblebooltextstringcolorSBSDKUI2ColoruseShadowbool
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
  Property Value
- NativeHandle
 
Color
public virtual SBSDKUI2Color Color { get; set; }
  Property Value
Hash
public virtual nuint Hash { get; }
  Property Value
Text
public virtual string Text { get; set; }
  Property Value
UseShadow
public virtual bool UseShadow { get; set; }
  Property Value
Visible
public virtual bool Visible { get; set; }
  Property Value
Methods
FromJsonWithJson(string)
public static SBSDKUI2StyledText? FromJsonWithJson(string json)
  Parameters
jsonstring
Returns
IsEqual(NSObject?)
public virtual bool IsEqual(NSObject? @object)
  Parameters
objectNSObject
Returns
ToJson()
public virtual string ToJson()