Table of Contents

Class FillBorderDropShadow<TCopyable, TFill>

Namespace
ComfileTech.jControlsNF4
Assembly
ComfileTech.jControlsNF4.dll

A collection of properties that affect a control's fill, border, and drop shadow appearance.

[TypeConverter(typeof(FillBorderDropShadowConverter))]
public abstract class FillBorderDropShadow<TCopyable, TFill> : IAppearance<TCopyable>, INotifyPropertyChanged, ICopyable<TCopyable> where TCopyable : FillBorderDropShadow<TCopyable, TFill>, new() where TFill : Fill<TFill>, new()

Type Parameters

TCopyable
TFill
Inheritance
FillBorderDropShadow<TCopyable, TFill>
Implements
IAppearance<TCopyable>
ICopyable<TCopyable>
Derived

Constructors

FillBorderDropShadow()

Instantiates a new instance of this class with default properties.

Properties

Border

The border around the perimeter of the control.

DropShadow

The appearance of the drop shadow effect.

Fill

The interior fill of the control.

Methods

CopyFrom(TCopyable)

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.