[]
ITagHelper implementation for UpcBase.
public abstract class UpcBaseTagHelper<TControl> : BarcodeBaseTagHelper<TControl>, ITagHelper, ITagHelperComponent, ITemplateTagHelper where TControl : UpcBase
Public MustInherit Class UpcBaseTagHelper(Of TControl As UpcBase)
Inherits BarcodeBaseTagHelper(Of TControl)
Implements ITagHelper, ITagHelperComponent, ITemplateTagHelper
| Name | Description |
|---|---|
| TControl |
| Name | Description |
|---|---|
| UpcBaseTagHelper() |
| Name | Description |
|---|---|
| AddOn | Configurates AddOn. Sets the addOn value of the control. |
| AddOnHeight | Configurates AddOnHeight. Sets the height of addOn symbol of the control. |
| AddOnLabelPosition | Configurates AddOnLabelPosition. Sets where to render the addOn value of the control. |
| LabelPosition | Configurates LabelPosition. Sets where to render the value of the control. |
| QuietZone | Configurates QuietZone. Sets the size of quiet zone (the blank margin) around the barcode symbol. |
| ShowLabel | Configurates ShowLabel. Indicates whether the value is rendered under the symbol. |