ILightRigLightType 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
LightRigPresetType.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
SyntaxLightRigPresetType LightType { get; set; }
Property LightType As LightRigPresetType
Get
Set
property LightRigPresetType LightType {
LightRigPresetType get ();
void set (LightRigPresetType value);
}
abstract LightType : LightRigPresetType with get, set
Property Value
Type:
LightRigPresetType
See Also