ClassBarcodeText
Class
Telerik UI BarcodeText.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class BarcodeText : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentBarcodeText
Implements:
Inherited Members
Constructors
BarcodeText()
Declaration
cs-api-definition
public BarcodeText()
Properties
ChildContent
Declaration
cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Color
The color of the text. Any valid CSS color string will work here, including hex and rgb.
Font
The font of the text.
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