menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GradientStartPoint - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GradientStartPoint

    Represents a class that holds the gradient point variables.

    Inheritance
    System.Object
    GradientStartPoint
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class GradientStartPoint : INotifyPropertyChanged

    Constructors

    GradientStartPoint()

    Declaration
    public GradientStartPoint()

    Properties

    X

    Gets or sets the X-coordinate value of this point.

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

    Y

    Gets or sets the Y-coordinate value of this point.

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

    Events

    PropertyChanged

    Occurs when a property value changes.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved