'Declaration <DescriptionAttribute("Controls the appearance of the surface frame lines and dots.")> <CategoryAttribute("Appearance")> Public Property FrameLine As LineProperties
'Usage Dim instance As SurfaceSeriesBase Dim value As LineProperties instance.FrameLine = value value = instance.FrameLine
[Description("Controls the appearance of the surface frame lines and dots.")] [Category("Appearance")] public LineProperties FrameLine {get; set;}