DrawingSizeDialog Class

Inheritance

Object

ComponentBase

Spreadsheet.DrawingSizeDialog

Implements

IComponent

IHandleEvent

IHandleAfterRender

Inherited Members

ComponentBase.OnInitializedAsync

ComponentBase.OnParametersSet

ComponentBase.OnParametersSetAsync

ComponentBase.StateHasChanged

ComponentBase.ShouldRender

ComponentBase.OnAfterRender

ComponentBase.OnAfterRenderAsync

ComponentBase.InvokeAsync

ComponentBase.DispatchExceptionAsync

ComponentBase.SetParametersAsync

ComponentBase.RendererInfo

ComponentBase.Assets

ComponentBase.AssignedRenderMode

Namespace: Radzen.Blazor.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public class DrawingSizeDialog : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

DrawingSizeDialogLink to this section

Declaration
public DrawingSizeDialog()

Properties

CancelTextLink to this section

Localized cancel-button text.

Declaration
public string CancelText { get; set; }
Property Value
Type Description
stringLocalized cancel-button text.

HeightLink to this section

The current height in pixels.

Declaration
public double Height { get; set; }
Property Value
Type Description
doubleThe current height in pixels.

HeightLabelLink to this section

Localized label for the height input.

Declaration
public string HeightLabel { get; set; }
Property Value
Type Description
stringLocalized label for the height input.

OkTextLink to this section

Localized confirm-button text.

Declaration
public string OkText { get; set; }
Property Value
Type Description
stringLocalized confirm-button text.

WidthLink to this section

The current width in pixels.

Declaration
public double Width { get; set; }
Property Value
Type Description
doubleThe current width in pixels.

WidthLabelLink to this section

Localized label for the width input.

Declaration
public string WidthLabel { get; set; }
Property Value
Type Description
stringLocalized label for the width input.

Methods

BuildRenderTreeLink to this section

Declaration
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
Parameters
Type Name Description
Rendering.RenderTreeBuilder __builder

OnInitializedLink to this section

Declaration
protected override void OnInitialized()
An error has occurred. This app may no longer respond until reloaded. Reload 🗙