[]
Defines a builder to configurate EanBase.
public abstract class EanBaseBuilder<TControl, TBuilder> : BarcodeBaseBuilder<TControl, TBuilder>, IHtmlString where TControl : EanBase where TBuilder : EanBaseBuilder<TControl, TBuilder>
Name | Description |
---|---|
TControl | |
TBuilder |
Name | Description |
---|---|
EanBaseBuilder(TControl) | Creates one EanBaseBuilder<TControl, TBuilder> instance to configurate |
Name | Description |
---|---|
LabelPosition(LabelPosition) | Configurates LabelPosition. Sets where to render the value of the control. |
ShowLabel(bool) | Configurates ShowLabel. Indicates whether the value is rendered under the symbol. |