Class DropShadowEffect
public sealed class DropShadowEffect : DropShadowEffectBase, INotifyPropertyChanged, IDropShadowEffect, IMutableEffect, IEffect
- Inheritance
-
DropShadowEffect
- Implements
- Inherited Members
- Extension Methods
Constructors
DropShadowEffect()
public DropShadowEffect()
Fields
OffsetXProperty
public static readonly StyledProperty<double> OffsetXProperty
Field Value
OffsetYProperty
public static readonly StyledProperty<double> OffsetYProperty
Field Value
Properties
OffsetX
public double OffsetX { get; set; }
Property Value
OffsetY
public double OffsetY { get; set; }
Property Value
Methods
ToImmutable()
Creates an immutable clone of the effect.
public IImmutableEffect ToImmutable()
Returns
- IImmutableEffect
The immutable clone.