This property is not not used.

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

Syntax

C#
[ObsoleteAttribute]
public Size AutoScrollMargin { get; set; }
Visual Basic
<ObsoleteAttribute>
Public Property AutoScrollMargin As Size
	Get
	Set
Visual C++
public:
[ObsoleteAttribute]
property Size AutoScrollMargin {
	Size get ();
	void set (Size value);
}
F#
[<ObsoleteAttribute>]
member AutoScrollMargin : Size with get, set

Property Value

Type: Size

See Also