'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Gets or sets the coloring mode for the surface frame lines.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property FrameColorMode As SurfaceFrameColorMode
'Usage
Dim instance As NSurfaceSeriesBase Dim value As SurfaceFrameColorMode instance.FrameColorMode = value value = instance.FrameColorMode
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Gets or sets the coloring mode for the surface frame lines.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public SurfaceFrameColorMode FrameColorMode {get; set;}