ClassBarcodeTextMargin
Class
Telerik UI BarcodeTextMargin.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class BarcodeTextMargin : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentBarcodeTextMargin
Implements:
Inherited Members
Constructors
BarcodeTextMargin()
Declaration
cs-api-definition
public BarcodeTextMargin()
Properties
Bottom
The bottom margin of the text.
Declaration
cs-api-definition
[Parameter]
public double? Bottom { get; set; }
Property Value
ChildContent
Declaration
cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Left
The left margin of the text.
Right
The right margin 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