'Declaration <CategoryAttribute("Position")> <DescriptionAttribute("Controls the predefined position of the axis. Note that not all predefined positions are acceptable for each axis.")> Public Property PredefinedPosition As AxisPredefinedPosition
'Usage Dim instance As Axis Dim value As AxisPredefinedPosition instance.PredefinedPosition = value value = instance.PredefinedPosition
[Category("Position")] [Description("Controls the predefined position of the axis. Note that not all predefined positions are acceptable for each axis.")] public AxisPredefinedPosition PredefinedPosition {get; set;}