'Declaration <CategoryAttribute("Options")> <DescriptionAttribute("Controls the level of detail of spheres.")> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property SphereDetail As LevelOfDetail
'Usage Dim instance As PointSeries Dim value As LevelOfDetail instance.SphereDetail = value value = instance.SphereDetail
[Category("Options")] [Description("Controls the level of detail of spheres.")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public LevelOfDetail SphereDetail {get; set;}