Gets the shape's fill used for creating the focal point.

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 Fill ShapeFill { get; }
Visual Basic (Declaration)
Public ReadOnly Property ShapeFill As Fill
Visual C++
public:
property Fill^ ShapeFill {
	Fill^ get ();
}

See Also