Padding

Padding()

使用零值初始化 Padding 类的新实例。

public Padding()

也可以看看


Padding(int)

使用为所有边提供的填充大小初始化 Padding 类的新实例。

public Padding(int all)
范围 类型 描述
all Int32 用于所有边缘填充的度量单位数。

也可以看看


Padding(int, int, int, int)

使用提供的填充大小初始化 Padding 类的新实例。

public Padding(int left, int right, int top, int bottom)
范围 类型 描述
left Int32 左填充大小。
right Int32 正确的填充大小。
top Int32 顶部填充大小。
bottom Int32 底部填充大小。

也可以看看