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
Left
The left inset.
Default is 0.0
public double Left { get; set; }
Property Value
Right
The right inset.
Default is 0.0
public double Right { get; set; }
Property Value
Top
The top inset.
Default is 0.0
public double Top { get; set; }
Property Value
Methods
FromJson(string)
public static EdgeInsets FromJson(string rawJson)
Parameters
rawJson
string