Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / LightSettings Class / Stationary Property

In This Topic
    Stationary Property
    In This Topic
    Gets or sets the light behavior. Set false to mimic the Sun.
    Syntax
    'Declaration
     
    Public Property Stationary As Boolean
    public bool Stationary {get; set;}
    Remarks
    If true, the Light is fixed on screen, else it is fixed with the scene.
    See Also