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