Skip to content

Commit

Permalink
Update DivStyle.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FlurinBruehwiler authored Apr 30, 2024
1 parent b501ab2 commit 7651851
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/Div/DivStyle.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Div Style

## Color
```csharp
using (ui.Div().Color(123, 19, 100))
using (ui.Div().Color(123, 19, 100, 12))
using (ui.Div().Color(new ColorDefinition(123, 19, 100))
```

## Corner radius
```csharp
using (ui.Div().Radius(123))
```

## Border


## Shadow

0 comments on commit 7651851

Please sign in to comment.