Nevron .NET Vision
Nevron.Diagram Namespace / ShadowsZOrder Enumeration


In This Topic
    ShadowsZOrder Enumeration
    In This Topic
    Defines the possible z order of shadows
    Syntax
    'Declaration
     
    
    Public Enum ShadowsZOrder 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ShadowsZOrder
    public enum ShadowsZOrder : System.Enum 
    Members
    MemberDescription
    BehindAggregateShadows are displayed behind all elements in one aggregate
    BehindDocumentShadows are displayed behind the all document elements
    BehindElementShadows are displayed behind the element to which they belong
    BehindLayerShadows are displayed behind all elements in one layer
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.ShadowsZOrder

    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