[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.EanBaseBuilder-2

EanBaseBuilder<TControl, TBuilder> Class

Defines a builder to configurate EanBase.

Inheritance
HideObjectMembers
BaseBuilder<TControl, TBuilder>
ComponentBuilder<TControl, TBuilder>
ControlBuilder<TControl, TBuilder>
BarcodeBaseBuilder<TControl, TBuilder>
EanBaseBuilder<TControl, TBuilder>
Implements
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public abstract class EanBaseBuilder<TControl, TBuilder> : BarcodeBaseBuilder<TControl, TBuilder>, IHtmlString where TControl : EanBase where TBuilder : EanBaseBuilder<TControl, TBuilder>
Type Parameters
Name Description
TControl
TBuilder

Constructors

Name Description
EanBaseBuilder(TControl)

Creates one EanBaseBuilder<TControl, TBuilder> instance to configurate component.

Methods

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.

Extension Methods