'Declaration
<System.ComponentModel.CategoryAttribute("Coordinates")> <System.ComponentModel.DescriptionAttribute("Gets or sets the text style applied to the line study texts")> Public Property EndPoint As NPointD
'Usage
Dim instance As NLineStudy Dim value As NPointD instance.EndPoint = value value = instance.EndPoint
[System.ComponentModel.Category("Coordinates")] [System.ComponentModel.Description("Gets or sets the text style applied to the line study texts")] public NPointD EndPoint {get; set;}