Gets the amount of space around text in a shape.

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

See Also