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