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