'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Editors.NStrokeStyleTypeEditor, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("The contour stroke style.")> Public Property ContourStrokeStyle As NStrokeStyle
'Usage
Dim instance As NHeatMapSeriesBase Dim value As NStrokeStyle instance.ContourStrokeStyle = value value = instance.ContourStrokeStyle
[System.ComponentModel.Editor(Nevron.Editors.NStrokeStyleTypeEditor, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.Category("Options")] [System.ComponentModel.Description("The contour stroke style.")] public NStrokeStyle ContourStrokeStyle {get; set;}