[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ShapeEffects

Class ShapeEffects

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

Represents a shape effects formatting that can be applied to an object.

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

Properties

Blur

Gets the blur effect formatting.

public Blur Blur { get; }

Property Value

Blur

FillOverlay

Gets the fill overlay effect formatting.

Note that fill overlay does not have any visual effect for GroupShape.

public FillOverlay FillOverlay { get; }

Property Value

FillOverlay

InnerShadow

Gets the inner shadow effect formatting.

public InnerShadow InnerShadow { get; }

Property Value

InnerShadow

PresetShadow

Gets the preset shadow effect formatting.

public PresetShadow PresetShadow { get; }

Property Value

PresetShadow

SoftEdge

Gets the soft edge effect formatting.

public SoftEdge SoftEdge { get; }

Property Value

SoftEdge

Methods

ApplyBuiltInGlowInt(BuiltInGlowId)

Applies built-in glow to the object.

protected override void ApplyBuiltInGlowInt(BuiltInGlowId glowId)

Parameters

glowId BuiltInGlowId

A BuiltInGlowId to apply.

ApplyBuiltInReflectionInt(BuiltInReflectionId)

Applies built-in reflection to the object.

protected override void ApplyBuiltInReflectionInt(BuiltInReflectionId reflectionId)

Parameters

reflectionId BuiltInReflectionId

A BuiltInReflectionId to apply.

ApplyBuiltInShadowInt(BuiltInShadowId)

Applies built-in shadow to the object.

protected override void ApplyBuiltInShadowInt(BuiltInShadowId shadowId)

Parameters

shadowId BuiltInShadowId

A BuiltInShadowId to apply.

Clean()

Sets all effects to default values.

public override void Clean()

Equals(object)

public override bool Equals(object fmt)

Parameters

fmt object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int