[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Lighting

Class Lighting

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a light rig associated with an object. The light rig comes into play when there is a 3D bevel applied to an object.

public class Lighting : FormattingBag
Inheritance
object
Lighting
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Direction

Gets or sets the direction from which the light rig is oriented in relation to the scene.

Default value is Top.

public LightRigDirection Direction { get; set; }

Property Value

LightRigDirection

Rotation

Gets the light rig rotation.

public Rotation Rotation { get; }

Property Value

Rotation

Type

Gets or sets the preset type of light rig which is to be applied to the scene.

Default value is NoLight.

public LightRigType Type { get; set; }

Property Value

LightRigType

Methods

FixInheritedValues()

Fixes all inherited values as "direct" values for this instance.

protected override void FixInheritedValues()

Reset()

Resets lighting to inherited defaults.

public void Reset()