OuterShadowEffectiveData

OuterShadowEffectiveData class

Immutable object which represents a outer shadow effect.

public class OuterShadowEffectiveData : EffectEffectiveData<OuterShadow, OuterShadowEffectiveData>, 
    IOuterShadowEffectiveData

Public Members

NameDescription
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. Read-only Double.
SkewVertical { get; }Specifies the vertical skew angle. Read-only Double.

See Also