Class DropShadow
- Namespace
- ComfileTech.jControlsNF4
- Assembly
- ComfileTech.jControlsNF4.dll
An object that defines the appearance of the drop shadow effect.
[TypeConverter(typeof(DropShadowConverter))]
public class DropShadow : INotifyPropertyChanged, ICopyable<DropShadow>
- Inheritance
-
DropShadow
- Implements
Constructors
- DropShadow()
Instantiates a new instance of this class with default values.
- DropShadow(Color, Point, float)
Creates a new instance initializing all properties individually.
Properties
- Blur
The amount of blur applied to the shadow.
- Color
The color of the shadow.
- Offset
The x and y offset of the shadow.
Methods
- CopyFrom(DropShadow)
Copies all properties from source to this instance.
- OnPropertyChanged(string)
Fires the PropertyChanged event.
Events
- PropertyChanged
Signals that a property in this object has changed.