[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ShadowBase

Class ShadowBase

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

The abstract base class that represents a shadow effect that can be applied to an object.

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

Properties

Angle

Gets or sets the direction of the shadow.

The default is 0.

The value range from 0 to 359.9.

public float Angle { get; set; }

Property Value

float

Color

Gets the shadow color.

public SolidColor Color { get; }

Property Value

SolidColor

Distance

Gets or sets how far to offset the shadow.

The default is 0.

The value range from 0 to 200.

public float Distance { get; set; }

Property Value

float

Methods

Equals(object)

public override bool Equals(object fmt)

Parameters

fmt object

Returns

bool

FixInheritedValues()

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

protected override void FixInheritedValues()

GetHashCode()

public override int GetHashCode()

Returns

int

Reset()

Resets the shadow to inherited defaults.

public void Reset()