[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.InnerShadow

Class InnerShadow

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

Represents an inner shadow effect that can be applied to an object.

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

Properties

Blur

Gets or sets the blur radius of the shadow.

The default value is 0.

The value range from 0 to 100.

public float Blur { 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