Class DropShadowEffectBase
public abstract class DropShadowEffectBase : Effect, INotifyPropertyChanged
- Inheritance
-
DropShadowEffectBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
DropShadowEffectBase()
protected DropShadowEffectBase()
Fields
BlurRadiusProperty
public static readonly StyledProperty<double> BlurRadiusProperty
Field Value
ColorProperty
public static readonly StyledProperty<Color> ColorProperty
Field Value
OpacityProperty
public static readonly StyledProperty<double> OpacityProperty
Field Value
Properties
BlurRadius
public double BlurRadius { get; set; }
Property Value
Color
public Color Color { get; set; }
Property Value
Opacity
public double Opacity { get; set; }