RadControls for WinForms

Gets or sets a value corresponding to the margins of the element. Margins are not included into the element's bounding rectangle.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public virtual Padding Margin { get; set; }
Visual Basic
Public Overridable Property Margin As Padding
	Get
	Set

See Also