ThreeDFormat.PresetLightingSoftness Property
Returns or sets the intensity of the extrusion lighting. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property PresetLightingSoftness As MsoPresetLightingSoftness
Get
Set
'Usage
Dim instance As ThreeDFormat
Dim value As MsoPresetLightingSoftness
value = instance.PresetLightingSoftness
instance.PresetLightingSoftness = value
MsoPresetLightingSoftness PresetLightingSoftness { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoPresetLightingSoftness
Remarks
The value of the PresetLightingSoftness property can be one of the following MsoPresetLightingSoftness constants:
msoLightingBright |
msoLightingDim |
msoLightingNormal |
msoPresetLightingSoftnessMixed |