Gets or sets the area/region's size type used for creating the colored focal point. 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 FocalSizing Sizing { get; set; }
Visual Basic (Declaration)
Public Property Sizing As FocalSizing
Visual C++
public:
property FocalSizing Sizing {
	FocalSizing get ();
	void set (FocalSizing value);
}

See Also