[]
ITagHelper implementation for BarcodeBase.
public abstract class BarcodeBaseTagHelper<TControl> : ControlTagHelper<TControl>, ITagHelper, ITagHelperComponent, ITemplateTagHelper where TControl : BarcodeBase
Name | Description |
---|---|
TControl |
Name | Description |
---|---|
BarcodeBaseTagHelper() |
Name | Description |
---|---|
BackgroundColor | Configurates BackgroundColor. Sets the background color to render the control. |
Color | Configurates Color. Sets the forecolor to render the control. |
Font | Configurates Font. Sets font info for the label text of the control. |
HideExtraChecksum | Configurates HideExtraChecksum. Indicates whether to show the check digit in the label text of the control. |
IsValidChanged | Configurates the OnClientIsValidChanged client event. Occurs when the IsValid property value changes. |
QuietZone | Configurates QuietZone. Sets the size of quiet zone (the blank margin) around the barcode symbol. |
RenderType | Configurates RenderType. Sets the rendering type of the control. |
Value | Configurates Value. Sets the current code value rendered by the control. |