Padding.Empty 字段

定义

Padding提供没有填充的对象。

public: static initonly System::Windows::Forms::Padding Empty;
public static readonly System.Windows.Forms.Padding Empty;
 staticval mutable Empty : System.Windows.Forms.Padding
Public Shared ReadOnly Empty As Padding 

字段值

注解

空填充对象被定义为将RightLeftBottomTop填充属性设置为 0。

此不可变字段可用于比较操作和初始化。

适用于

另请参阅