Gets or sets the amount of space in pixels to add to the left, top, right and bottom of the content

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public virtual Padding Padding { get; set; }
Visual Basic
Public Overridable Property Padding As Padding
	Get
	Set
Visual C++
public:
virtual property Padding Padding {
	Padding get ();
	void set (Padding value);
}
F#
abstract Padding : Padding with get, set
override Padding : Padding with get, set

Property Value

Type: Padding
The padding.

See Also