menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GradientStop

    Show / Hide Table of Contents

    Class GradientStop

    Inheritance
    System.Object
    GradientStop
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class GradientStop

    Constructors

    GradientStop()

    Declaration
    public GradientStop()

    Properties

    Color

    Gets or sets the stop color.

    Declaration
    [JsonProperty("color")]
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    Offset

    Gets or sets the stop offset.

    Declaration
    [JsonProperty("offset")]
    public double Offset { get; set; }
    Property Value
    Type Description
    System.Double

    Stops

    Declaration
    public Collection Stops { get; }
    Property Value
    Type Description
    Collection
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved