Blazor

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

    Show / Hide Table of Contents

    Class GradientPosition

    Defines the circle positions of the radial gradient.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    GradientPosition
    InnerPosition
    OuterPosition
    Namespace: Syncfusion.Blazor.LinearGauge
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GradientPosition : SfBaseComponent

    Constructors

    GradientPosition()

    Declaration
    public GradientPosition()

    Properties

    X

    Defines the horizontal position in percentage.

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

    Y

    Defines the vertical position in percentage.

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