Gets the border's fill style.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

C#
public Fill StrokeFill { get; }
Visual Basic (Declaration)
Public ReadOnly Property StrokeFill As Fill
Visual C++
public:
property Fill^ StrokeFill {
	Fill^ get ();
}

See Also