PresetShadow

PresetShadow class

Represents a Preset Shadow effect.

public sealed class PresetShadow : IPresetShadow

Properties

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

Methods

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

See Also