Gets the amount of space to insert between the image and its margin in the polaroid.

Namespace: Neodynamic.SDK
Assembly:   Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw)
Version: 1.0.2000.0

Syntax

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