Table of Contents

Class EdgeInsets

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll
public class EdgeInsets
Inheritance
EdgeInsets
Inherited Members

Constructors

EdgeInsets()

public EdgeInsets()

Properties

Bottom

public double Bottom { get; set; }

Property Value

double

Left

public double Left { get; set; }

Property Value

double

Right

public double Right { get; set; }

Property Value

double

Top

public double Top { get; set; }

Property Value

double

Methods

FromJson(string)

public static EdgeInsets FromJson(string rawJson)

Parameters

rawJson string

Returns

EdgeInsets