Nevron .NET Vision
Nevron.Diagram Namespace / AppearanceChangeMode Enumeration


In This Topic
    AppearanceChangeMode Enumeration
    In This Topic
    Defines the appearance change when the object is displayed as selected or highlighted
    Syntax
    'Declaration
     
    
    Public Enum AppearanceChangeMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AppearanceChangeMode
    public enum AppearanceChangeMode : System.Enum 
    Members
    MemberDescription
    AppearanceBoth the stroke and fill styles are changed
    FillStyleOnly the fill style is changed
    NoneThe appearance is not changed
    StrokeStyleOnly the stroke style is changed
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.AppearanceChangeMode

    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