LightRig
PresetType Property
|
Represents a preset light right that can be applied to a shape.
The light rig represents a group of lights oriented
in a specific way relative to a 3D scene.
Read/write
PresetLightRigType
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public PresetLightRigType PresetType { get; set; }
Public Property PresetType As PresetLightRigType
Get
Set
public:
property PresetLightRigType PresetType {
PresetLightRigType get ();
void set (PresetLightRigType value);
}
member PresetType : PresetLightRigType with get, set
Property Value
Type:
PresetLightRigType
See Also