Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / shadowType Enumeration

In This Topic
    shadowType Enumeration
    In This Topic
    Shadow type.
    Syntax
    'Declaration
     
    Public Enum shadowType 
       Inherits System.Enum
    public enum shadowType : System.Enum 
    Members
    MemberDescription
    None The shadow will not be drawn.
    Planar A planar shadow under the model will be drawn.
    Realistic Dynamic realistic shadows will be drawn.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Graphics.shadowType

    See Also