Renamed Decoration element

This commit is contained in:
Marcin Ziąbek
2022-01-16 17:08:57 +01:00
parent f8057a840c
commit b2cc7bbd36
9 changed files with 63 additions and 35 deletions
+2 -2
View File
@@ -40,7 +40,7 @@ namespace QuestPDF.Examples
.Decoration(decoration =>
{
decoration
.Header()
.Before()
.Background(Colors.Grey.Medium)
.Padding(10)
.Text("Notes", TextStyle.Default.Size(16).Color("#FFF"));
@@ -501,7 +501,7 @@ namespace QuestPDF.Examples
.SemiBold();
decoration
.Header()
.Before()
.PaddingBottom(10)
.Text("Example: scale component", headerFontStyle);