Class FillBorderDropShadowPadding<TCopyable, TFill>
- Namespace
- ComfileTech.jControlsNF4
- Assembly
- ComfileTech.jControlsNF4.dll
A base class that adds Padding to the base class's Fill, Stroke, and DropShadow features.
public abstract class FillBorderDropShadowPadding<TCopyable, TFill> : FillBorderDropShadow<TCopyable, TFill>, IAppearance<TCopyable>, INotifyPropertyChanged, ICopyable<TCopyable> where TCopyable : FillBorderDropShadowPadding<TCopyable, TFill>, new() where TFill : Fill<TFill>, new()
Type Parameters
TCopyable
The type to use in CopyFrom(TCopyable)
TFill
The type that describes the interior fill.
- Inheritance
-
FillBorderDropShadow<TCopyable, TFill>FillBorderDropShadowPadding<TCopyable, TFill>
- Implements
-
IAppearance<TCopyable>ICopyable<TCopyable>
- Derived
- Inherited Members
Properties
- Padding
Padding to add to the inner bounds of the rectangle in which the drawing is performed.
Methods
- CopyFrom(TCopyable)
Copies all properties from source to this instance.