Blazor

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

    Show / Hide Table of Contents

    Class CircularGaugeMarginSettings

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

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    CircularGaugeMarginSettings
    CircularGaugeLegendMargin
    CircularGaugeMargin
    Namespace: Syncfusion.Blazor.CircularGauge
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CircularGaugeMarginSettings : SfBaseComponent

    Constructors

    CircularGaugeMarginSettings()

    Declaration
    public CircularGaugeMarginSettings()

    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