'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Specifies the axis on which the Begin and End values are mapped")> Public Property BeginEndAxis As System.Integer
'Usage
Dim instance As NAxisCursor Dim value As System.Integer instance.BeginEndAxis = value value = instance.BeginEndAxis
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Specifies the axis on which the Begin and End values are mapped")] public System.int BeginEndAxis {get; set;}