DrawingItem
The DrawingItem class is an abstract class that describes a basic UI element on the view.
Definition
Namespace: Dynamsoft.CameraEnhancer.Maui
Assembly: Dynamsoft.CameraEnhancer.Maui
abstract class DrawingItem
Properties
| Property | Type | Description |
|---|---|---|
DrawingStyleId |
int |
The style id of the drawing item. |
DrawingStyleId
The style id of the drawing item. View all available IDs via EnumDrawingStyleId.
int DrawingStyleId { get; set; }