Interface IDropShadowEffect
public interface IDropShadowEffect : IEffect
- Extension Methods
Properties
BlurRadius
double BlurRadius { get; }
Property Value
Color
Color Color { get; }
Property Value
OffsetX
double OffsetX { get; }
Property Value
OffsetY
double OffsetY { get; }
Property Value
Opacity
double Opacity { get; }