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