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