ClassBarcodeBorder
Class
Telerik UI BarcodeBorder.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class BarcodeBorder : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentBarcodeBorder
Implements:
Inherited Members
Constructors
BarcodeBorder()
Declaration
public BarcodeBorder()
Properties
Color
The color of the border. Any valid CSS color string will work here, including hex and rgb.
DashType
The dash type of the border.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides