Subscriber portal
Gets or sets the padding value for all the edges.
public: property int All { int get(); void set(int value); }
The padding, in pixels, for all edges if the same; otherwise, -1.
When retrieving this property, if all the edges use the same padding value, then this common value is returned. Otherwise, -1 is returned to indicate that all the padding values are not equal.
Setting this value changes the Right, Left, Bottom, and Top properties.
LeftTopRightBottomPadding StructureSystem.Windows.Forms NamespaceHow to: Create a Border Around a Windows Forms Control Using PaddingMargin and Padding in Windows Forms Controls