ClassQRCodeBorder
Class
Telerik UI QRCodeBorder.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class QRCodeBorder : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentQRCodeBorder
Implements:
Inherited Members
Constructors
QRCodeBorder()
Declaration
public QRCodeBorder()
Properties
Color
The color of the border. Accepts a valid CSS color string, including hex and rgb.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides