Padding::Empty Field

 

Provides a Padding object with no padding.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
static initonly Padding Empty

An empty padding object is defined as having the Right, Left, Bottom and Top padding properties set to 0.

This immutable field is useful for comparison operations and initializations.

.NET Framework
Available since 2.0
Return to top
Show: