Table of Contents

Class EdgeInsets

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll

Represents the insets of a rectangle.

public class EdgeInsets
Inheritance
EdgeInsets
Inherited Members

Properties

Bottom

The bottom inset.

Default is 0.0

public double Bottom { get; set; }

Property Value

double

Left

The left inset.

Default is 0.0

public double Left { get; set; }

Property Value

double

Right

The right inset.

Default is 0.0

public double Right { get; set; }

Property Value

double

Top

The top inset.

Default is 0.0

public double Top { get; set; }

Property Value

double

Methods

FromJson(string)

public static EdgeInsets FromJson(string rawJson)

Parameters

rawJson string

Returns

EdgeInsets