File tree Expand file tree Collapse file tree
Source/Extensions/Blazorise.Barcode Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments