Class SBSDKUI2StyledText
- Namespace
- ScanbotSDK.iOS
- Assembly
- BarcodeSDK.NET.iOS.dll
public class SBSDKUI2StyledText : SBSDKUI2Node, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKUI2StyledText
- Implements
-
INSCopying
INativeObject
Constructors
SBSDKUI2StyledText()
public SBSDKUI2StyledText()
SBSDKUI2StyledText(NSObjectFlag)
protected SBSDKUI2StyledText(NSObjectFlag t)
Parameters
t NSObjectFlag
SBSDKUI2StyledText(NativeHandle)
protected SBSDKUI2StyledText(NativeHandle handle)
Parameters
handle NativeHandle
SBSDKUI2StyledText(bool, string, SBSDKUI2Color, bool)
public SBSDKUI2StyledText(bool visible, string text, SBSDKUI2Color color, bool useShadow)
Parameters
visible bool
text string
color SBSDKUI2Color
useShadow bool
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
Color
public virtual SBSDKUI2Color Color { get; set; }
Property Value
- SBSDKUI2Color
Hash
public virtual nuint Hash { get; }
Property Value
- nuint
Text
public virtual string Text { get; set; }
Property Value
- string
UseShadow
public virtual bool UseShadow { get; set; }
Property Value
- bool
Visible
public virtual bool Visible { get; set; }
Property Value
- bool
Methods
Copy(NSZone?)
public virtual NSObject Copy(NSZone? zone)
Parameters
zone NSZone
Returns
- NSObject
FromJsonWithJson(string)
public static SBSDKUI2StyledText? FromJsonWithJson(string json)
Parameters
json string
Returns
- SBSDKUI2StyledText
IsEqual(NSObject?)
public virtual bool IsEqual(NSObject? @object)
Parameters
object NSObject
Returns
- bool
ToJsonWithConfiguration(SBSDKToJSONConfiguration)
public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)
Parameters
configuration SBSDKToJSONConfiguration
Returns
- string