Class PolygonStyle
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
public class PolygonStyle
- Inheritance
-
PolygonStyle
- Inherited Members
-
Constructors
PolygonStyle()
Properties
CornerRadius
public double CornerRadius { get; set; }
Property Value
- double
FillColor
public ColorValue FillColor { get; set; }
Property Value
- ColorValue
StrokeColor
public ColorValue StrokeColor { get; set; }
Property Value
- ColorValue
StrokeWidth
public double StrokeWidth { get; set; }
Property Value
- double
Methods
FromJson(string)
public static PolygonStyle FromJson(string rawJson)
Parameters
rawJson
string
Returns
- PolygonStyle
FromNative(PolygonStyle)
public static PolygonStyle FromNative(PolygonStyle source)
Parameters
source
PolygonStyle
Returns
- PolygonStyle
FromNative(SBSDKUI2PolygonStyle)
public static PolygonStyle FromNative(SBSDKUI2PolygonStyle source)
Parameters
source
SBSDKUI2PolygonStyle
Returns
- PolygonStyle
ToNative()
public PolygonStyle ToNative()
Returns
- PolygonStyle