'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Begin value for the cursor line")> <System.ComponentModel.DefaultValueAttribute(0)> Public Property BeginValue As System.Double
'Usage
Dim instance As NAxisCursor Dim value As System.Double instance.BeginValue = value value = instance.BeginValue
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Begin value for the cursor line")] [System.ComponentModel.DefaultValue(0)] public System.double BeginValue {get; set;}