Gets the amount of space around text in a shape.

Namespace: Neodynamic.SDK
Assembly:   Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw)
Version: 1.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 ();
}