[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Backdrop

Class Backdrop

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

Represents a plane in which effects, such as glow and shadow, are applied in relation to the shape they are being applied to.

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

Properties

Anchor

Gets the point in space that anchors the backdrop plane.

public Point3D Anchor { get; }

Property Value

Point3D

NormalVector

Gets the vector normal to the face of the backdrop plane.

public Vector3D NormalVector { get; }

Property Value

Vector3D

UpVector

Gets the vector representing up in relation to the face of the backdrop plane.

public Vector3D UpVector { get; }

Property Value

Vector3D

Methods

FixInheritedValues()

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

protected override void FixInheritedValues()

Reset()

Resets backdrop to inherited defaults.

public void Reset()