System.Windows.Forms.Padding.Empty Field

Provides a System.Windows.Forms.Padding object with no padding.

Syntax

public static readonly Padding Empty

Remarks

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

This immutable field is useful for comparison operations and initializations.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0