Control..::..Margin Property

Defines the space around a control that keeps other controls at a specified distance from the control's borders.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public Margin Margin { get; set; }
Public Property Margin As Margin
	Get
	Set
public:
property Margin^ Margin {
	Margin^ get ();
	void set (Margin^ value);
}