Nevron .NET Vision
Nevron.Diagram Namespace / NInteractiveAppearance Class
Members


In This Topic
    NInteractiveAppearance Class
    In This Topic
    Controls the appearance of DOM nodes when they are selected or highlighted
    Object Model
    NInteractiveAppearance Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorAttribute(Nevron.Internal.tSEE, System.Drawing.Design.UITypeEditor)>
    <System.ComponentModel.TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    <System.SerializableAttribute()>
    Public Class NInteractiveAppearance 
    'Usage
     
    
    Dim instance As NInteractiveAppearance
    [System.ComponentModel.Editor(Nevron.Internal.tSEE, System.Drawing.Design.UITypeEditor)]
    [System.ComponentModel.TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [System.Serializable()]
    public class NInteractiveAppearance 
    Remarks
    A reference to this class can be obtained from the InteractiveAppearance field of the NPaintContext class.
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.NInteractiveAppearance

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also