InnerShadow
InnerShadow class
Represents a Inner Shadow effect.
public sealed class InnerShadow : IInnerShadow
Properties
| Name | Description |
|---|
| 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
| Name | Description |
|---|
| 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