Gets or sets the area/region's size type used for feathering. 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.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

C#
public FeatherSizing Sizing { get; set; }
Visual Basic (Declaration)
Public Property Sizing As FeatherSizing
Visual C++
public:
property FeatherSizing Sizing {
	FeatherSizing get ();
	void set (FeatherSizing value);
}

See Also