menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LinearGaugeMarginSettings - API Reference

    Show / Hide Table of Contents

    Class LinearGaugeMarginSettings

    Defines the options to customize the left, right, top and bottom margins of the linear gauge.

    Inheritance
    System.Object
    LinearGaugeMarginSettings
    LinearGaugeMargin
    Namespace: Syncfusion.Blazor.LinearGauge
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class LinearGaugeMarginSettings : OwningComponentBase

    Constructors

    LinearGaugeMarginSettings()

    Declaration
    public LinearGaugeMarginSettings()

    Properties

    Bottom

    Gets or sets the bottom margin value of the gauge.

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

    Left

    Gets or sets the left margin value of the gauge.

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

    Right

    Gets or sets the right margin value of the gauge.

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

    Top

    Gets or sets the top margin value of the gauge.

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

    Methods

    Dispose(Boolean)

    Disposes the property values during the destroy of the component that is hold up for the execution of the component.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved