Nevron .NET Vision
Nevron.GraphicsCore Namespace / ShadowType Enumeration


In This Topic
    ShadowType Enumeration
    In This Topic
    Defines the type of a shadow.
    Syntax
    'Declaration
     
    
    Public Enum ShadowType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ShadowType
    public enum ShadowType : System.Enum 
    Members
    MemberDescription
    GaussianBlurA shadow with gausiian attenuation.
    LinearBlurA shadow with linear attenuation.
    NoneNo shadow at all.
    RadialBlurA shadow with radial attenuation.
    SolidA shadow that does not fade towards its edges. Usually the fastest mode.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.GraphicsCore.ShadowType

    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