# 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

```java
abstract class DrawingItem 
```

## Properties

| Property | Type | Description |
|--------- | ---- |-------------|
| [`DrawingStyleId`](#drawingstyleid) | `int` | The style id of the drawing item. |

### DrawingStyleId

The style id of the drawing item. View all available IDs via [EnumDrawingStyleId](https://www.dynamsoft.com/camera-enhancer/docs/mobile/programming/maui/api-reference/enum/drawing-style-id.md).

```csharp
int DrawingStyleId { get; set; }
```
