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