Class Position
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.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class Position : EJTagHelper
Constructors
Position()
Declaration
public Position()
Properties
XValue
Declaration
[JsonProperty("X")]
public string XValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
YValue
Declaration
[JsonProperty("Y")]
public string YValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |