Class PageSnapFunnelAnimation
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- ScanbotSDK.Shared.dll
public class PageSnapFunnelAnimation : PageSnapFeedbackMode
- Inheritance
-
PageSnapFunnelAnimation
- Inherited Members
-
Constructors
PageSnapFunnelAnimation()
public PageSnapFunnelAnimation()
Properties
OverlayColor
public ColorValue OverlayColor { get; set; }
Property Value
- ColorValue
Methods
FromJson(string)
public static PageSnapFunnelAnimation FromJson(string rawJson)
Parameters
rawJson
string
Returns
- PageSnapFunnelAnimation
FromNative(PageSnapFunnelAnimation)
public static PageSnapFunnelAnimation FromNative(PageSnapFunnelAnimation source)
Parameters
source
PageSnapFunnelAnimation
Returns
- PageSnapFunnelAnimation
FromNative(SBSDKUI2PageSnapFunnelAnimation)
public static PageSnapFunnelAnimation FromNative(SBSDKUI2PageSnapFunnelAnimation source)
Parameters
source
SBSDKUI2PageSnapFunnelAnimation
Returns
- PageSnapFunnelAnimation
ToNative()
public override PageSnapFunnelAnimation ToNative()
Returns
- PageSnapFunnelAnimation