Class QRCodeOverlay
Telerik UI QRCodeOverlay.
Inheritance
System.Object
Telerik.Generated.Blazor.Components.DataVizChildComponent
QRCodeOverlay
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class QRCodeOverlay : DataVizChildComponent, IDisposable
Constructors
QRCodeOverlay()
Declaration
public QRCodeOverlay()
Properties
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
Height
The height of the overlay in pixels.
Declaration
public Nullable<double> Height { get; set; }
Property Value
System.Nullable<System.Double>
|
ImageUrl
The URL of the displayed overlay image.
Declaration
public string ImageUrl { get; set; }
Property Value
System.String
|
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
public Nullable<QRCodeOverlayType> Type { get; set; }
Property Value
System.Nullable<QRCodeOverlayType>
|
Width
The width of the overlay in pixels.
Declaration
public Nullable<double> Width { get; set; }
Property Value
System.Nullable<System.Double>
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
OnAfterRenderAsync(Boolean)
Declaration
protected override Task OnAfterRenderAsync(bool firstRender)
Parameters
System.Boolean
firstRender
|
Returns
System.Threading.Tasks.Task
|
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
System.Threading.Tasks.Task
|
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
System.Threading.Tasks.Task
|
Serialize()
Declaration
public Dictionary<string, object> Serialize()
Returns
System.Collections.Generic.Dictionary<System.String, System.Object>
|