Gets the amount of space around text in a shape.

Namespace: Neodynamic.WebControls.ImageDraw
Assembly:   Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0

Syntax

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