'Declaration
<System.ComponentModel.CategoryAttribute("Highlighted Nodes Appearance")> <System.ComponentModel.DescriptionAttribute("Controls the stroke style of the node when it is highlighteded")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NStrokeStyleTypeEditor, System.Drawing.Design.UITypeEditor)> Public Overridable Property HighlightedStrokeStyle As NStrokeStyle
'Usage
Dim instance As NInteractiveAppearance Dim value As NStrokeStyle instance.HighlightedStrokeStyle = value value = instance.HighlightedStrokeStyle
[System.ComponentModel.Category("Highlighted Nodes Appearance")] [System.ComponentModel.Description("Controls the stroke style of the node when it is highlighteded")] [System.ComponentModel.Editor(Nevron.Editors.NStrokeStyleTypeEditor, System.Drawing.Design.UITypeEditor)] public virtual NStrokeStyle HighlightedStrokeStyle {get; set;}