Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Lighting Class / Type Property

In This Topic
    Type Property (Lighting)
    In This Topic
    Gets or sets the preset type of light rig which is to be applied to the scene.

    Default value is LightRigType.NoLight.

    Syntax
    'Declaration
     
    Public Property Type As LightRigType
    public LightRigType Type {get; set;}
    See Also