BarcodeText
Class
Telerik UI BarcodeText. Children: configuration components for the barcode text.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class BarcodeText : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentBarcodeText
Implements:
Inherited Members
Constructors
C#
public BarcodeText()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
Properties
The content of the BarcodeText component. Children: BarcodeTextMargin and other barcode text configuration components.
C#
[Parameter]
public RenderFragment ChildContent { get; set; }
The color of the text. Any valid CSS color string will work here, including hex and rgb.
C#
[Parameter]
public string Color { get; set; }