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