Skip to content

Commit 1c0752c

Browse files
committed
Barcode: adjust comments for padding parameters
1 parent 74697a1 commit 1c0752c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Source/Extensions/Blazorise.Barcode/Barcode.razor.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,22 +196,22 @@ private BarcodeJSOptions GetOptions()
196196
[Parameter] public BarcodeRotation Rotation { get; set; } = BarcodeRotation.None;
197197

198198
/// <summary>
199-
/// Defines the top padding.
199+
/// Defines the top padding inside the generated barcode image.
200200
/// </summary>
201201
[Parameter] public int? PaddingTop { get; set; }
202202

203203
/// <summary>
204-
/// Defines the end padding.
204+
/// Defines the end padding inside the generated barcode image.
205205
/// </summary>
206206
[Parameter] public int? PaddingEnd { get; set; }
207207

208208
/// <summary>
209-
/// Defines the bottom padding.
209+
/// Defines the bottom padding inside the generated barcode image.
210210
/// </summary>
211211
[Parameter] public int? PaddingBottom { get; set; }
212212

213213
/// <summary>
214-
/// Defines the start padding.
214+
/// Defines the start padding inside the generated barcode image.
215215
/// </summary>
216216
[Parameter] public int? PaddingStart { get; set; }
217217

0 commit comments

Comments
 (0)