WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PointRegion - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PointRegion

    Store the regions of the segment.

    Inheritance
    System.Object
    PointRegion
    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.UI.Xaml.SmithChart
    Assembly: Syncfusion.SfSmithChart.WPF.dll
    Syntax
    public class PointRegion

    Constructors

    PointRegion()

    Declaration
    public PointRegion()

    Properties

    Point

    Gets or sets the screen location stored for the actual resistance and reactance value.

    Declaration
    public Point Point { get; set; }
    Property Value
    Type Description
    System.Windows.Point

    X

    Gets or sets the resistance value of the ItemSource.

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

    Y

    Gets or sets the reactance value of the ItemSource.

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