Gets or sets the area/region's size type used for fading. If it is Fit, then the area/region's size will automatically fit to the target Element's size; otherwise, the area/region's size must be specified by Width and Height properties.
Namespace:
Neodynamic.WebControls.ImageDrawAssembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)
Syntax
| C# |
|---|
public FadeSizing Sizing { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Sizing As FadeSizing |
| Visual C++ |
|---|
public: property FadeSizing Sizing { FadeSizing get (); void set (FadeSizing value); } |