Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / SupportShadows Property

In This Topic
    SupportShadows Property (RenderContextBase)
    In This Topic
    Tells if the rendering context supports the dynamic shadows.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property SupportShadows As Boolean
    public abstract bool SupportShadows {get;}
    See Also