InnerShadow

InnerShadow class

Represents a Inner Shadow effect.

public sealed class InnerShadow : IInnerShadow

Properties

NameDescription
BlurRadius { get; set; }Blur radius. Read/write Double.
Direction { get; set; }Direction of shadow. Read/write Single.
Distance { get; set; }Distance of shadow. Read/write Double.
ShadowColor { get; }Color of shadow. Read-only IColorFormat.

Methods

NameDescription
override Equals(object)Determines whether the specified InnerShadow is equal to the current InnerShadow.
GetEffective()Gets effective Inner Shadow effect data with the inheritance applied.
override GetHashCode()Serves as a hash function for a particular type.

See Also