[]
Represents a shape effects formatting that can be applied to an object.
public class ShapeEffects : TextEffects
Gets the blur effect formatting.
public Blur Blur { get; }
Gets the fill overlay effect formatting.
Note that fill overlay does not have any visual effect for GroupShape.
public FillOverlay FillOverlay { get; }
Gets the inner shadow effect formatting.
public InnerShadow InnerShadow { get; }
Gets the preset shadow effect formatting.
public PresetShadow PresetShadow { get; }
Gets the soft edge effect formatting.
public SoftEdge SoftEdge { get; }
Applies built-in glow to the object.
protected override void ApplyBuiltInGlowInt(BuiltInGlowId glowId)
glowId
BuiltInGlowIdA BuiltInGlowId to apply.
Applies built-in reflection to the object.
protected override void ApplyBuiltInReflectionInt(BuiltInReflectionId reflectionId)
reflectionId
BuiltInReflectionIdA BuiltInReflectionId to apply.
Applies built-in shadow to the object.
protected override void ApplyBuiltInShadowInt(BuiltInShadowId shadowId)
shadowId
BuiltInShadowIdA BuiltInShadowId to apply.
Sets all effects to default values.
public override void Clean()
public override bool Equals(object fmt)
fmt
objectpublic override int GetHashCode()