Class TextLocation
Class for test location.
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.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class TextLocation : EJTagHelper
Constructors
TextLocation()
Declaration
public TextLocation()
Properties
X
Gets or sets the X.
Declaration
[JsonProperty("x")]
public int X { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Specifies the value for x. |
Y
Gets or sets the Y.
Declaration
[JsonProperty("y")]
public int Y { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Specifies the value for y. |