Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LinearGaugeContainer - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LinearGaugeContainer

    Sets and gets the cointainer axis for an axis in linear gauge component.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    LinearGaugeContainer
    Namespace: Syncfusion.Blazor.LinearGauge
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class LinearGaugeContainer : SfBaseComponent

    Constructors

    LinearGaugeContainer()

    Declaration
    public LinearGaugeContainer()

    Properties

    BackgroundColor

    Sets and gets the background color of the container in linear gauge.

    Declaration
    public string BackgroundColor { get; set; }
    Property Value
    Type Description
    System.String

    ChildContent

    Sets and gets the content of the UI element.

    Declaration
    public RenderFragment ChildContent { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment

    Height

    Sets and gets the height of the container in linear gauge.

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    Offset

    Sets and gets the value to place the container in the linear gauge component.

    Declaration
    public double Offset { get; set; }
    Property Value
    Type Description
    System.Double

    RoundedCornerRadius

    Sets and gets the corner radius for the rounded rectangle container in linear gauge.

    Declaration
    public double RoundedCornerRadius { get; set; }
    Property Value
    Type Description
    System.Double

    Type

    Sets and gets the type of container in linear gauge.

    Declaration
    public ContainerType Type { get; set; }
    Property Value
    Type Description
    ContainerType

    Width

    Sets and gets the width of the container in linear gauge.

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    BuildRenderTree(RenderTreeBuilder)

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

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved