IOuterShadowEffectiveData

IOuterShadowEffectiveData interface

Immutable object which represents an Outer Shadow effect.

public interface IOuterShadowEffectiveData : IEffectEffectiveData

Properties

NameDescription
AsIEffectEffectiveData { get; }Allows to get base IEffectEffectiveData interface. Read-only IEffectEffectiveData.
BlurRadius { get; }Blur radius. Read-only Double.
Direction { get; }Direction of shadow. Read-only Single.
Distance { get; }Distance of shadow. Read-only Double.
RectangleAlign { get; }Rectangle alignment. Read-only RectangleAlignment.
RotateShadowWithShape { get; }Specifies whether the shadow should rotate with the shape if the shape is rotated. Read-only Boolean.
ScaleHorizontal { get; }Specifies the horizontal scaling factor, negative scaling causes a flip. Read-only Double.
ScaleVertical { get; }Specifies the vertical scaling factor, negative scaling causes a flip. Read-only Double.
ShadowColor { get; }Color of shadow. Read-only Color.
SkewHorizontal { get; }Specifies the horizontal skew angle (in degrees). Read-only Double.
SkewVertical { get; }Specifies the vertical skew angle (in degrees). Read-only Double.

See Also