Blazor

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

    Show / Hide Table of Contents

    Class LinearGaugeMarginSettings

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

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

    Constructors

    LinearGaugeMarginSettings()

    Declaration
    public LinearGaugeMarginSettings()

    Properties

    Bottom

    Gets and sets the bottom margin value of the gauge.

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

    Left

    Gets and sets the left margin value of the gauge.

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

    Right

    Gets and sets the right margin value of the gauge.

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

    Top

    Gets and sets the top margin value of the gauge.

    Declaration
    public double Top { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved