'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Stroke style applied to the heat map grid.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NStrokeStyleTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property GridStrokeStyle As NStrokeStyle
'Usage
Dim instance As NHeatMapSeries Dim value As NStrokeStyle instance.GridStrokeStyle = value value = instance.GridStrokeStyle
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Stroke style applied to the heat map grid.")] [System.ComponentModel.Editor(Nevron.Editors.NStrokeStyleTypeEditor, System.Drawing.Design.UITypeEditor)] public NStrokeStyle GridStrokeStyle {get; set;}