ClassQRCodeOverlay
Class
Telerik UI QRCodeOverlay.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class QRCodeOverlay : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentQRCodeOverlay
Implements:
Inherited Members
Constructors
QRCodeOverlay()
Declaration
cs-api-definition
public QRCodeOverlay()
Properties
ChildContent
Declaration
cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Height
The height of the overlay in pixels.
Declaration
cs-api-definition
[Parameter]
public double? Height { get; set; }
Property Value
ImageUrl
The URL of the displayed overlay image.
Declaration
cs-api-definition
[Parameter]
public string ImageUrl { get; set; }
Property Value
Type
Available options are image and swiss. When set to image you have to specify the url source of the image. If set to swiss a Swiss QR Code is created.
Declaration
cs-api-definition
[Parameter]
public QRCodeOverlayType? Type { 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