ClassBarcodeBorder
Class
Telerik UI BarcodeBorder.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class BarcodeBorder : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentBarcodeBorder
Implements:
Inherited Members
Constructors
BarcodeBorder()
Declaration
cs-api-definition
public BarcodeBorder()
Properties
ChildContent
Declaration
cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
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.
Declaration
cs-api-definition
[Parameter]
public DashType? DashType { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Serialize()
Declaration
cs-api-definition
public Dictionary<string, object> Serialize()
Returns