Freigeben über


DataRepeater.AutoScrollMargin-Eigenschaft

Namespace:  Microsoft.VisualBasic.PowerPacks
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property AutoScrollMargin As Size
[BrowsableAttribute(false)]
public Size AutoScrollMargin { get; set; }
[BrowsableAttribute(false)]
public:
property Size AutoScrollMargin {
    Size get ();
    void set (Size value);
}
[<BrowsableAttribute(false)>]
member AutoScrollMargin : Size with get, set
function get AutoScrollMargin () : Size
function set AutoScrollMargin (value : Size)

Eigenschaftswert

Typ: System.Drawing.Size

.NET Framework-Sicherheit

Siehe auch

Referenz

DataRepeater Klasse

Microsoft.VisualBasic.PowerPacks-Namespace