alexa
menu

UWP

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

    Show / Hide Table of Contents

    Class PointRegion

    Store the regions of the segment.

    Inheritance
    System.Object
    PointRegion
    Namespace: Syncfusion.UI.Xaml.SmithChart
    Assembly: Syncfusion.SfSmithChart.UWP.dll
    Syntax
    public class PointRegion : Object

    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
    Windows.Foundation.Point

    X

    Gets or sets the resistance value of the ItemSource.

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

    Y

    Gets or sets the reactance value of the ItemSource.

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved