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