IDropShadowEffect Interface
Definition
public interface IDropShadowEffect
Properties
| Name | Description |
|---|---|
| BlurRadius | No summary available. |
| Color | No summary available. |
| OffsetX | No summary available. |
| OffsetY | No summary available. |
| Opacity | No summary available. |
BlurRadius Property
public double BlurRadius { get; set; }
Color Property
public Avalonia.Media.Color Color { get; set; }
OffsetX Property
public double OffsetX { get; set; }
OffsetY Property
public double OffsetY { get; set; }
Opacity Property
public double Opacity { get; set; }