ThreeDFormat.PresetLightingSoftness Property

Returns or sets the intensity of the extrusion lighting.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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: MsoPresetLightingSoftness

Remarks

MsoPresetLightingSoftness can be one of these MsoPresetLightingSoftness constants:

msoLightingBright

msoLightingDim

msoLightingNormal

msoPresetLightingSoftnessMixed

See Also

Reference

ThreeDFormat Interface

ThreeDFormat Members

Microsoft.Office.Interop.Word Namespace